Skip to content

handle pre-OpenCL 1.2 ICDs #13

Description

@bashbaug

Currently, the OpenCL Runtime Loader checks for platforms that support the ICD extension by calling clGetExtensionFunctionAddressForPlatform, which is an OpenCL 1.2 function. Consider:

  • Check for OpenCL 1.2 before calling clGetExtensionFunctionAddressForPlatform, in which case only OpenCL 1.2 and newer platforms will be enumerated.
  • Check for the ICD extension in the platform extension string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions