mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Expose clGetKernelSuggestedLocalWorkSizeKHR func
Related-to: NEO-2922 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5f5f8c2e2d
commit
332720920a
@@ -927,6 +927,14 @@ extern CL_API_ENTRY cl_program CL_API_CALL clCreateProgramWithILKHR(
|
||||
size_t length,
|
||||
cl_int *errcodeRet) CL_API_SUFFIX__VERSION_1_2;
|
||||
|
||||
extern CL_API_ENTRY cl_int CL_API_CALL clGetKernelSuggestedLocalWorkSizeKHR(
|
||||
cl_command_queue command_queue,
|
||||
cl_kernel kernel,
|
||||
cl_uint work_dim,
|
||||
const size_t *global_work_offset,
|
||||
const size_t *global_work_size,
|
||||
size_t *suggested_local_work_size) CL_API_SUFFIX__VERSION_3_0;
|
||||
|
||||
void *clHostMemAllocINTEL(
|
||||
cl_context context,
|
||||
const cl_mem_properties_intel *properties,
|
||||
|
||||
Reference in New Issue
Block a user