Dear Andreas,

Am 16.04.2013 16:13, schrieb Andreas Kloeckner:
OpenCL consists of two parts:

- libOpenCL.so* - the "ICD loader." This dispatches your calls to
   different vendor implementations, called "ICDs," for "Installable
   Client Driver."

- The actual ICDs. These are 'registered' by dropping a file with the
   name of a shared library into /etc/OpenCL/vendors.

Each vendor ships an ICD loader and an ICD. In principle, you should be
able to use every ICD loader with every ICD.

thanks a lot for the explanation! I was not aware of these details, but now it's clear. I'll give it a whirl and let you know!

best regards
Alex


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

Reply via email to