Skip to content

Commit 2129b0c

Browse files
martygrantkbenzie
andauthored
Update unified-runtime/source/adapters/opencl/kernel.cpp
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 8e04857 commit 2129b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/opencl/kernel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ urKernelCreate(ur_program_handle_t hProgram, const char *pKernelName,
7070

7171
if (CLResult == CL_INVALID_KERNEL_DEFINITION) {
7272
cl_adapter::setErrorMessage(
73-
"urKernelCreate failing with CL_INVALID_KERNEL_DEFINITION",
73+
"clCreateKernel failed with CL_INVALID_KERNEL_DEFINITION",
7474
UR_RESULT_ERROR_ADAPTER_SPECIFIC);
7575
return UR_RESULT_ERROR_ADAPTER_SPECIFIC;
7676
}

0 commit comments

Comments
 (0)