Visible to Intel only — GUID: GUID-1098A30C-9762-497D-8B35-765E50810CEA
Installable Client Driver on Linux* OS
OpenCL™ Runtime and Compiler for Intel® Processor Graphics
To work with the OpenCL™ runtime, an application should link to the OpenCL Installable Client Driver (ICD) presented as the libOpenCL.so file.
The default ICD installation directory is: /usr/lib64/OpenCL/vendors/intel
Use the OpenCL ICD to select an OpenCL platform for use in your application. If several OpenCL platforms exist in the system, the application should use the clGetPlatformIDs and clGetPlatformInfo functions to query the available OpenCL platforms and to decide which one to use. See section "Querying OpenCL™ Platform ID" for more information.