For my AMD Radeon RX 5700XT I tried amdgpu-pro drivers (v19.50) installation on modern (kernel 5.3) Ubuntu 18.04.3 as driver claims it's supported but compilation failed with C++ errors. Tried the same on 5.0
and 5.5.2
kernels with same results (on 5.5.2
kernel it was different error though: <drm/drmP.h>: No such file or directory
).
Currently I'm on kernel 5.5.2
with mesa 19.3
installed. clinfo
prints a lot of satisfying information seeming it's all cool, but with such tiny little line in-between:
fatal error: cannot open file '/usr/lib/clc/gfx1010-amdgcn-mesa-mesa3d.bc': No such file or directory
which causes kernels compilation to fail (with the same error).
Anyone having any luck getting navi10 GPU OpenCL working on Ubuntu any distro?