OpenCLHowTo - Andreas Klöckner's wiki
Overview To use OpenCL, you need three things: libOpenCL.so -- the "ICD loader" This library dispatches your OpenCL calls to OpenCL implementations. It is what you link into your OpenCL-using program (or into PyOpenCL, as the case may be). Individual ......