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:
Maciej Plewka 2024-11-05 11:08:07 +00:00 committed by Compute-Runtime-Automation
parent 1843a559b2
commit 75595e687e
1 changed files with 1 additions and 0 deletions

View File

@ -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: {