logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cl_khr_icd - Provide interoperability between OpenCL and Direct3D 10.

Authors

TheKhronosGroup

Description

       This is a platform extension which defines a simple mechanism through which the Khronos OpenCL
       installable client driver loader (ICD Loader) may expose multiple separate vendor installable client
       drivers (Vendor ICDs) for OpenCL. An application written against the ICD Loader will be able to access
       all cl_platform_ids exposed by all vendor implementations with the ICD Loader acting as a demultiplexor.
       If this extension is supported by an implementation, the string cl_khr_icd will be present in the
       CL_PLATFORM_EXTENSIONS string described in the table of allowed values for param_name for
       clGetDeviceInfo(3clc).

       If the cl_khr_icd extension is supported, then the clIcdGetPlatformIDsKHR(3clc) function is enabled.

Name

       cl_khr_icd - Provide interoperability between OpenCL and Direct3D 10.

       #pragma OPENCL EXTENSION cl_khr_icd : enable

Notes

        1. OpenCL Specification
           page 113, section 9.12 - OpenCL Installable Client Driver (ICD)

The Khronos Group                                  11/18/2024                                   CL_KHR_ICD(3clc)

See Also

EXTENSION(3clc), clIcdGetPlatformIDsKHR(3clc)

Specification

OpenCLSpecification[1]

See Also