Skip to content

Commit 00cc416

Browse files
committed
Some fix (rebase branch)
Signed-off-by: amochalo <[email protected]>
1 parent ae72a62 commit 00cc416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ ProgramManager::getKernelSetId(OSModuleHandle M,
909909
return ModuleKSIdIt->second;
910910

911911
throw runtime_error("No kernel named " + KernelName + " was found",
912-
PI_RESULT_INVALID_KERNEL_NAME);
912+
PI_INVALID_KERNEL_NAME);
913913
}
914914

915915
RT::PiDeviceBinaryType ProgramManager::getFormat(const DeviceImage &Img) const {

0 commit comments

Comments
 (0)