Neal Becker <[email protected]> writes:
> I'm assuming if I use nvidia driver I have to use their libOpenCL?

No, you're free to use whichever one you please. libOpenCL only
dispatches between different drivers ("ICDs"). See here for more:

http://wiki.tiker.net/OpenCLHowTo

Nvidia's is perhaps the worst choice, although it is viable as long as
you either install matching headers or configure PyOpenCL with

CL_PRETEND_VERSION = "1.1"

in siteconf.py.

Better choices include AMD's libOpenCL or this open-source one:
https://forge.imag.fr/projects/ocl-icd/

Hope that helps,
Andreas

Attachment: signature.asc
Description: PGP signature

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to