mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Add initial implementation of specialization constants
Related-To: NEO-2260 Change-Id: Ib722109039555a028eb4ec0862e9de72342f9730 Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3a75c4fb71
commit
971eb7a1b4
@@ -916,3 +916,11 @@ extern CL_API_ENTRY cl_program CL_API_CALL clCreateProgramWithILKHR(
|
||||
size_t length,
|
||||
cl_int *errcodeRet) CL_API_SUFFIX__VERSION_1_2;
|
||||
}
|
||||
|
||||
// OpenCL 2.2
|
||||
|
||||
cl_int CL_API_CALL clSetProgramSpecializationConstant(
|
||||
cl_program program,
|
||||
cl_uint specId,
|
||||
size_t specSize,
|
||||
const void *specValue);
|
||||
|
||||
Reference in New Issue
Block a user