bashbaug / opencl-runtime-loader

OpenCL Runtime Loader Library
MIT License
2 stars 0 forks source link

handle pre-OpenCL 1.2 ICDs #13

Open bashbaug opened 4 years ago

bashbaug commented 4 years ago

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