We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227a5ed commit 489f323Copy full SHA for 489f323
source/adapters/opencl/kernel.cpp
@@ -320,7 +320,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urKernelSetExecInfo(
320
switch (propName) {
321
case UR_KERNEL_EXEC_INFO_USM_INDIRECT_ACCESS: {
322
if (*(static_cast<const ur_bool_t *>(pPropValue)) == true) {
323
- CL_RETURN_ON_FAILURE(usmSetIndirectAccess(hKernel));
+ UR_RETURN_ON_FAILURE(usmSetIndirectAccess(hKernel));
324
}
325
return UR_RESULT_SUCCESS;
326
0 commit comments