Skip to content

Commit 76fa6b3

Browse files
authored
[SYCL] Enable early optimizations for spec_const LIT test (#2448)
1 parent 06014a2 commit 76fa6b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/test/spec_const/spec_const_hw.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2-
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
41
// UNSUPPORTED: cuda || level_zero
52
//
6-
// RUN: %clangxx -fsycl -fno-sycl-early-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
3+
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
74
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
85
// RUN: %CPU_RUN_PLACEHOLDER %t.out
96
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)