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

Commit c9e4609

Browse files
committed
Enable run of FPGA E2E emulator tests
1 parent 22d6bc3 commit c9e4609

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

SYCL/Basic/fpga_tests/fpga_dsp_control.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out
2-
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
1+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
2+
// RUN: %ACC_RUN_PLACEHOLDER %t.out
33
//==---------- fpga_dsp_control.cpp - SYCL FPGA DSP control test -----------==//
44
//
55
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/Basic/fpga_tests/fpga_lsu.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out
2-
// RUNx: %ACC_RUN_PLACEHOLDER %t.out
1+
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
2+
// RUN: %ACC_RUN_PLACEHOLDER %t.out
33
//==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//
44
//
55
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -10,9 +10,6 @@
1010
#include <CL/sycl.hpp>
1111
#include <sycl/ext/intel/fpga_extensions.hpp>
1212

13-
// TODO: run is disabled, since no support added in FPGA backend yet. Check
14-
// implementation correctness from CXX and SYCL languages perspective.
15-
1613
int test_lsu(cl::sycl::queue Queue) {
1714
int output_data[2];
1815
for (size_t i = 0; i < 2; i++) {

0 commit comments

Comments
 (0)