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

Commit 4c8a8d4

Browse files
authored
Enable boolean type test on GPU. (#257)
intel/llvm#2458 fixes issue 2264.
1 parent 5d8eee5 commit 4c8a8d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SYCL/Basic/boolean.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2-
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu && (level_zero || opencl)
4-
51
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
62
// RUN: %HOST_RUN_PLACEHOLDER %t.out
73
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)