[AMD] ICD enumerates fine, but no devices found #794
-
pyopencl finds a platform >>> cl.get_platforms()
[<pyopencl.Platform 'AMD Accelerated Parallel Processing' at 0x7f1feeb07f10>] but no devices >>> cl.get_platforms()[0].get_devices()
[] Other opencl software works just fine. For example
pyopencl has been installed via pip. I have no rights on the server. icds are present:
Any Ideas/Debugging steps? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That's super weird, I'm not sure I've seen that failure mode. Some things to try:
|
Beta Was this translation helpful? Give feedback.
-
Could it be a problems of rights to access some devices in |
Beta Was this translation helpful? Give feedback.
You won't need it. You've already found the root cause.
It should be safe to move that
libstdc++.so.6
aside (or delete it) if you're feeling brave.