Skip to content

Commit 8602d60

Browse files
committed
[SYCL-PTX] Enable passing test
Signed-off-by: Victor Lomuller <victor@codeplay.com>
1 parent aed237e commit 8602d60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sycl/test/basic_tests/vec_convert_half.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: cuda
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

sycl/test/built-ins/nan.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7-
// XFAIL: cuda
8-
// CUDA fails with: ptxas fatal : Unresolved extern function '_Z15__spirv_ocl_nanj'
7+
98
#include <CL/sycl.hpp>
109

1110
#include <cassert>

0 commit comments

Comments
 (0)