On non-Debian OS, paths seem to be different. I'm on Gentoo and compiled HIP libraries are located in /usr/lib64/ folder instead of /opt/rocm/lib/.
Interestingly, ctypes.util.find_library(...) does not work the same way it does for CUDA libraries for me, returning None.
On non-Debian OS, paths seem to be different. I'm on Gentoo and compiled HIP libraries are located in
/usr/lib64/folder instead of/opt/rocm/lib/.Interestingly,
ctypes.util.find_library(...)does not work the same way it does for CUDA libraries for me, returningNone.