Marmaduke Woodman <mmwood...@gmail.com> writes:
> Thanks. On Deb 7, after GCC 493, LLVM 37, Clang 37, I managed to build PoCL
> and PyOpenCL against it. However, when I import pyopencl in Python, I hit a
> link error, undefined symbol clLinkProgram.
>
> I also noticed that the _cffi.so in pyopencl doesn't link PoCL statically.
> Are these related? Any advice here on build flags in siteconf.py?

It could be that pocl doesn't implement all of CL 1.2.

CL_PRETEND_VERSION = "1.1"

may help.

Andreas

_______________________________________________
PyOpenCL mailing list
PyOpenCL@tiker.net
https://lists.tiker.net/listinfo/pyopencl

Reply via email to