Closed Kerilk closed 1 year ago
New OpenCL headers declare function prototypes for extensions, even for ones not present in the loader. They can be deactivated with the use of the CL_NO_NON_ICD_DISPATCH_EXTENSION_PROTOTYPES preprocessor macro.
CL_NO_NON_ICD_DISPATCH_EXTENSION_PROTOTYPES
New OpenCL headers declare function prototypes for extensions, even for ones not present in the loader. They can be deactivated with the use of the
CL_NO_NON_ICD_DISPATCH_EXTENSION_PROTOTYPES
preprocessor macro.