Skip to content

Commit bbd0476

Browse files
[SYCL][CUDA] Removes XFAILs ignored by subsequent REQUIRES (intel#248)
Signed-off-by: Steffen Larsen <[email protected]>
1 parent a810ac1 commit bbd0476

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

SYCL/USM/dmem_varied.cpp

-1
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 %t1.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t1.out

SYCL/USM/math.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44

55
// REQUIRES: cpu
6-
// XFAIL: cuda
7-
// TODO: ptxas fatal : Unresolved extern function
8-
// '_Z20__spirv_ocl_lgamma_rfPi'
96

107
#include <CL/sycl.hpp>
118

SYCL/USM/smem_concurrent.cpp

-1
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 %t1.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t1.out

SYCL/USM/smem_varied.cpp

-1
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 %t1.out -DTEST_SHARED
32
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t1.out

0 commit comments

Comments
 (0)