Skip to content

Commit 9b7b135

Browse files
authored
[SYCLomatic] Skip the libcu_num lit case on CUDA-10.2 (#2838)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent c45cac3 commit 9b7b135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/dpct/LibCU/libcu_num.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// UNSUPPORTED: v7.0, v7.5, v8.0, v9.0, v9.2, v10.0
2-
// UNSUPPORTED: cuda-7.0, cuda-7.5, cuda-8.0, cuda-9.0, cuda-9.2, cuda-10.0
1+
// UNSUPPORTED: v7.0, v7.5, v8.0, v9.0, v9.2, v10.0, v10.2
2+
// UNSUPPORTED: cuda-7.0, cuda-7.5, cuda-8.0, cuda-9.0, cuda-9.2, cuda-10.0, cuda-10.2
33
// RUN: dpct --format-range=none -in-root %S -out-root %T/Libcu %S/libcu_num.cu --cuda-include-path="%cuda-path/include" -- -std=c++14 -x cuda --cuda-host-only
44
// RUN: FileCheck --input-file %T/Libcu/libcu_num.dp.cpp --match-full-lines %s
55
// RUN: %if build_lit %{icpx -c -fsycl %T/Libcu/libcu_num.dp.cpp -o %T/Libcu/libcu_num.dp.o %}

0 commit comments

Comments
 (0)