mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Add clSetProgramReleaseCallback function implementation
Related-To: NEO-4368 Change-Id: I5dff2759abcff457930a06226b71ad64e2f69c28 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
070c9b060b
commit
86c2869a6e
@@ -181,7 +181,7 @@ SDispatchTable icdGlobalDispatchTable =
|
||||
clSetDefaultDeviceCommandQueue,
|
||||
|
||||
/* OpenCL 2.2 */
|
||||
nullptr, // clSetProgramReleaseCallback
|
||||
clSetProgramReleaseCallback,
|
||||
clSetProgramSpecializationConstant};
|
||||
|
||||
SCRTDispatchTable crtGlobalDispatchTable = {
|
||||
|
||||
Reference in New Issue
Block a user