On Fedora 20 I had good luck using the existing ocl-icd in Fedora's yum repo and CL_PRETEND_VERSION = 1.1 as below when building PyOpenCL. Then, I can switch between Intel, AMD, and NVIDIA backends as a runtime selection.
Karl On Jan 06, Andreas Kloeckner modulated: > ... or configure PyOpenCL with > > CL_PRETEND_VERSION = "1.1" > > in siteconf.py. > _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
