Test if driver is working proper, or if we will get DRM error.
This commit is contained in:
parent
6705266746
commit
10e2814bdb
@ -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
|
||||
when: amdgpu_install.failed
|
||||
|
||||
- name: AMDGPU | Test Pro Driver
|
||||
shell: clinfo
|
||||
register: clinfo
|
||||
|
||||
- name: AMDGPU | Test Results
|
||||
debug:
|
||||
var: clinfo
|
Loading…
x
Reference in New Issue
Block a user