Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 1de20a0

Browse files
[SYCL] reenabling test in anticipation of GPU uplift (#994)
Pairs with intel/llvm#6018 Signed-off-by: Chris Perkins [email protected]
1 parent f7b4cb1 commit 1de20a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/KernelAndProgram/undefined-symbol.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// XFAIL: cuda || hip || (opencl && gpu)
1+
// XFAIL: cuda || hip
2+
23
// RUN: %clangxx -fsycl %s -o %t.out
34
// RUN: %CPU_RUN_PLACEHOLDER %t.out
45
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)