Skip to content

Commit 558f24b

Browse files
committed
Add TODO for support spec consts on host device
1 parent 9c60d80 commit 558f24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/CL/sycl/kernel_handler.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class kernel_handler {
3232
#ifdef __SYCL_DEVICE_ONLY__
3333
return getSpecializationConstantOnDevice<S>();
3434
#else
35+
// TODO: add support of host device
3536
throw cl::sycl::feature_not_supported(
3637
"kernel_handler::get_specialization_constant() is not yet supported by "
3738
"host device.",

0 commit comments

Comments
 (0)