Skip to content

Commit e28832d

Browse files
authored
[SYCL][NFC] Remove workaround for SPIR-V translator issues (#2369)
Latest pulldown from SPIR-V translator enabled regular execution of fpga_lsu.cpp
1 parent 781fbfc commit e28832d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sycl/test/fpga_tests/fpga_lsu.cpp

Lines changed: 1 addition & 4 deletions
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 %s -o %t.out
1+
// RUN: %clangxx -fsycl %s -o %t.out
52
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
63
//==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//
74
//

0 commit comments

Comments
 (0)