Skip to content

Commit 8921bc3

Browse files
committed
vec_convert.cpp XFail: cuda
Signed-off-by: Aleksander Fadeev <aleksander.fadeev@intel.com>
1 parent 2a1fb94 commit 8921bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/basic_tests/vec_convert.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// XFAIL: cuda
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
@@ -18,6 +18,7 @@
1818

1919
// TODO uncomment run lines on non-host devices when the rounding modes will
2020
// be implemented.
21+
// TODO make the test to pass on cuda
2122

2223
using namespace cl::sycl;
2324

0 commit comments

Comments
 (0)