We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04857 commit 2129b0cCopy full SHA for 2129b0c
unified-runtime/source/adapters/opencl/kernel.cpp
@@ -70,7 +70,7 @@ urKernelCreate(ur_program_handle_t hProgram, const char *pKernelName,
70
71
if (CLResult == CL_INVALID_KERNEL_DEFINITION) {
72
cl_adapter::setErrorMessage(
73
- "urKernelCreate failing with CL_INVALID_KERNEL_DEFINITION",
+ "clCreateKernel failed with CL_INVALID_KERNEL_DEFINITION",
74
UR_RESULT_ERROR_ADAPTER_SPECIFIC);
75
return UR_RESULT_ERROR_ADAPTER_SPECIFIC;
76
}
0 commit comments