I've spent a few days trying to get pyopencl to work with my 7900 XTX GPUs. I have drivers installed, rocm 5.5, and I can see the devices when I run clinfo
but cl.get_platforms()
still fails with PLATFORM_NOT_FOUND_KHR
.
Would appreciate it if someone could point me in the right direction of how to debug this properly.