This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
3
3
// ==---------- fpga_dsp_control.cpp - SYCL FPGA DSP control test -----------==//
4
4
//
5
5
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Original file line number Diff line number Diff line change 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
3
3
// ==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//
4
4
//
5
5
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
10
10
#include < CL/sycl.hpp>
11
11
#include < sycl/ext/intel/fpga_extensions.hpp>
12
12
13
- // TODO: run is disabled, since no support added in FPGA backend yet. Check
14
- // implementation correctness from CXX and SYCL languages perspective.
15
-
16
13
int test_lsu (cl::sycl::queue Queue) {
17
14
int output_data[2 ];
18
15
for (size_t i = 0 ; i < 2 ; i++) {
You can’t perform that action at this time.
0 commit comments