Skip to content

Commit dd4d260

Browse files
committed
Apply CR comments
1 parent 9b167ab commit dd4d260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/source/detail/scheduler/commands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,8 +1697,8 @@ pi_result ExecCGCommand::SetKernelParamsAndLaunch(
16971697
}
16981698
case kernel_param_kind_t::kind_specialization_constants_buffer: {
16991699
throw cl::sycl::feature_not_supported(
1700-
"Specialization constants are not yet fully supported",
1701-
PI_INVALID_OPERATION);
1700+
"SYCL2020 specialization constants are not yet fully supported",
1701+
PI_INVALID_OPERATION);
17021702
break;
17031703
}
17041704
}

sycl/source/handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ void handler::processArg(void *Ptr, const detail::kernel_param_kind_t &Kind,
238238
}
239239
case kernel_param_kind_t::kind_specialization_constants_buffer: {
240240
throw cl::sycl::feature_not_supported(
241-
"Specialization constants are not yet fully supported",
241+
"SYCL2020 specialization constants are not yet fully supported",
242242
PI_INVALID_OPERATION);
243243
break;
244244
}

0 commit comments

Comments
 (0)