Skip to content

Commit 4c8a8d4

Browse files
authored
Enable boolean type test on GPU. (intel#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

Lines changed: 0 additions & 4 deletions
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)