fix: add missing tracing_exit before return in api.cpp
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com> Related-To: GSD-9415, NEO-12719
This commit is contained in:
parent
1843a559b2
commit
75595e687e
|
@ -5299,6 +5299,7 @@ cl_int CL_API_CALL clSetKernelExecInfo(cl_kernel kernel,
|
|||
case CL_KERNEL_EXEC_INFO_THREAD_ARBITRATION_POLICY_INTEL: {
|
||||
auto propertyValue = *static_cast<const uint32_t *>(paramValue);
|
||||
retVal = pMultiDeviceKernel->setKernelThreadArbitrationPolicy(propertyValue);
|
||||
TRACING_EXIT(ClSetKernelExecInfo, &retVal);
|
||||
return retVal;
|
||||
}
|
||||
case CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM: {
|
||||
|
|
Loading…
Reference in New Issue