Skip to content

Commit 1a0b200

Browse files
committed
Temporarily disabling spec const test for CUDA
1 parent dd4d260 commit 1a0b200

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/on-device/basic_tests/specialization_constants/kernel_lambda_with_kernel_handler_arg.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// and parallel_for_work_group to verify that this code compiles and runs
66
// correctly with user's lambda with and without sycl::kernel_handler argument
77

8+
// TODO: enable cuda support when non-native spec constants started to be
9+
// supported
10+
// UNSUPPORTED: cuda
11+
812
#include <CL/sycl.hpp>
913

1014
int main() {

0 commit comments

Comments
 (0)