Hi,
I'm trying to compile in Fedora 17, and finally managed to do it after some
adjustments. However, when trying to run examples/demo.py
File "demo.py", line 1, in <module>
import pyopencl as cl
File
"/usr/lib64/python2.7/site-packages/pyopencl-2012.1-py2.7-linux-x86_64.egg/pyopencl/__init__.py",
line 4, in <module>
import pyopencl._cl as _cl
ImportError:
/usr/lib64/python2.7/site-packages/pyopencl-2012.1-py2.7-linux-x86_64.egg/pyopencl/_cl.so:
undefined symbol: clCreateSubDevices
I thought that maybe I had compiled with opencl 1.1 and it turned out I had
(kind of, I had a mixture of files from khronos). So I downloaded only the
1.2 files and recompiled (by untaring again) but I still get the same
error. I'm not sure if the error comes from my previous installation, or
if there is something else that I'm doing wrong.
There's no Fedora package, so I'm not sure of which other alternative to
take.
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl