Skip to content

Commit 06014a2

Browse files
authored
[SYCL] Enable early optimizations for 2 LIT tests (#2444)
Bugs were fixed for these tests, so early optimizations can be enabled.
1 parent ff5e4ad commit 06014a2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sycl/test/basic_tests/accessor/accessor.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2-
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
4-
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
52
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
63
// RUN: %CPU_RUN_PLACEHOLDER %t.out
74
// RUN: %GPU_RUN_PLACEHOLDER %t.out

sycl/test/regression/group.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2-
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
4-
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
52
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
63
// RUN: %CPU_RUN_PLACEHOLDER %t.out
74
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)