diff --git a/tasks/miner/drivers/amdgpu.yml b/tasks/miner/drivers/amdgpu.yml index b2b6d4c..cbca2a0 100644 --- a/tasks/miner/drivers/amdgpu.yml +++ b/tasks/miner/drivers/amdgpu.yml @@ -7,6 +7,7 @@ name: - dkms - mesa-common-dev + - clinfo state: present @@ -48,4 +49,12 @@ - name: AMDGPU | Install Pro Driver shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy' - when: amdgpu_install.failed \ No newline at end of file + when: amdgpu_install.failed + +- name: AMDGPU | Test Pro Driver + shell: clinfo + register: clinfo + +- name: AMDGPU | Test Results + debug: + var: clinfo \ No newline at end of file