No opencl from ROCm, but still installed
#2
Try this, as root:

Code:
cat << EOF >/etc/ld.so.conf.d/rocm.conf
/opt/rocm/lib
/opt/rocm/lib64
EOF

ldconfig
Reply


Messages In This Thread
RE: No opencl from ROCm, but still installed - by epixoip - 08-26-2021, 12:41 AM