diff --git a/opencl/source/api/api.cpp b/opencl/source/api/api.cpp index 263ea57118..35a7a2be1d 100644 --- a/opencl/source/api/api.cpp +++ b/opencl/source/api/api.cpp @@ -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(paramValue); retVal = pMultiDeviceKernel->setKernelThreadArbitrationPolicy(propertyValue); + TRACING_EXIT(ClSetKernelExecInfo, &retVal); return retVal; } case CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM: {