We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d260 commit 1a0b200Copy full SHA for 1a0b200
sycl/test/on-device/basic_tests/specialization_constants/kernel_lambda_with_kernel_handler_arg.cpp
@@ -5,6 +5,10 @@
5
// and parallel_for_work_group to verify that this code compiles and runs
6
// correctly with user's lambda with and without sycl::kernel_handler argument
7
8
+// TODO: enable cuda support when non-native spec constants started to be
9
+// supported
10
+// UNSUPPORTED: cuda
11
+
12
#include <CL/sycl.hpp>
13
14
int main() {
0 commit comments