mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Remove test API to disable overdispatch
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
36e17cebef
commit
3b92cef7a1
@@ -5096,13 +5096,6 @@ cl_int CL_API_CALL clSetKernelExecInfo(cl_kernel kernel,
|
||||
TRACING_EXIT(ClSetKernelExecInfo, &retVal);
|
||||
return retVal;
|
||||
}
|
||||
case CL_KERNEL_EXEC_INFO_EU_THREAD_OVER_DISPATCH_INTEL: {
|
||||
if ((paramValueSize != sizeof(cl_bool)) || (paramValue == nullptr)) {
|
||||
return CL_INVALID_VALUE;
|
||||
}
|
||||
retVal = pMultiDeviceKernel->setOverdispatchParam(paramValueSize, paramValue);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
retVal = CL_INVALID_VALUE;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user