With this insanely simple test program, I get the error in the subject line.

import pyopencl as cl
platform = cl.get_platforms()

$python test.py
Traceback (most recent call last):
  File "test.py", line 3, in <module>
    platform = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: platform not found khr

I know it must be an installation problem but what library is causing it
and why is what I can't figure out.

I have ocl-icd-libopencl1 and nvidia-opencl-icd installed. My card is a
GeForce 630M.

I really don't have any idea even of what kind of debug info you need, so
if there's anything else you need please ask.

Any help will be greatly appreciated. Thanks for your time,
Tyler
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to