File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DirectProgramming/DPC++FPGA/Tutorials/DesignPatterns/compute_units/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ emulator_target = ${target_name}.fpga_emu.exe
5
5
report_target = ${target_name} _report.a
6
6
report_target_s10_pac = ${target_name} _s10_pac_report.a
7
7
8
- hardware_flags = -fintelfpga -Xshardware -std=c++14
9
- emulator_flags = -fintelfpga -DFPGA_EMULATOR -std=c++14
8
+ hardware_flags = -fintelfpga -Xshardware
9
+ emulator_flags = -fintelfpga -DFPGA_EMULATOR
10
10
11
11
rule build_fpga_emu
12
12
command = dpcpp /GX ${emulator_flags} $in -o $out
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ struct PipeArray {
35
35
idxs...>::IsValid(),
36
36
" Index out of bounds" );
37
37
using VerifiedPipe =
38
- cl::sycl:: INTEL::pipe<StructId<idxs...>, BaseTy, depth>;
38
+ INTEL::pipe<StructId<idxs...>, BaseTy, depth>;
39
39
};
40
40
41
41
template <size_t ... idxs>
You can’t perform that action at this time.
0 commit comments