You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocl-icd provides an OCL_ICD_ASSUME_ICD_EXTENSION environment variable which tells it to skip the check for cl_khr_icd when loading ICDs. There are some users that are depending on this functionality (e.g. to target implementations that don't have a fully compliant ICD implementation) that are unable to use the Khronos ICD Loader.
This would be pretty straightforward to implement and I think is low risk (off by default, requires explicit opt-in). Would there be any objections adding this functionality here?
The text was updated successfully, but these errors were encountered:
ocl-icd provides an
OCL_ICD_ASSUME_ICD_EXTENSION
environment variable which tells it to skip the check forcl_khr_icd
when loading ICDs. There are some users that are depending on this functionality (e.g. to target implementations that don't have a fully compliant ICD implementation) that are unable to use the Khronos ICD Loader.This would be pretty straightforward to implement and I think is low risk (off by default, requires explicit opt-in). Would there be any objections adding this functionality here?
The text was updated successfully, but these errors were encountered: