mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +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
@@ -1059,6 +1059,11 @@ cl_int CL_API_CALL clEnqueueNDCountKernelINTEL(
|
||||
|
||||
// OpenCL 2.2
|
||||
|
||||
cl_int CL_API_CALL clSetProgramReleaseCallback(
|
||||
cl_program program,
|
||||
void(CL_CALLBACK *pfnNotify)(cl_program /* program */, void * /* user_data */),
|
||||
void *userData);
|
||||
|
||||
cl_int CL_API_CALL clSetProgramSpecializationConstant(
|
||||
cl_program program,
|
||||
cl_uint specId,
|
||||
|
||||
Reference in New Issue
Block a user