Closed as not planned
Description
Is there any documentation about the -fintelfpga
flag ?
I've tried to build the simply SYCL application from the getting started page with
/data/user/fwyzard/sycl/build/bin/clang++ -O2 -g -Wno-unknown-cuda-version -fsycl -fintelfpga -DFPGA_EMULATOR simple-sycl-app.cpp -o simple-sycl-app-fpga_emu
but that failed with
clang-11: error: unable to execute command: Executable "aoc" doesn't exist!
clang-11: error: fpga compiler command failed with exit code 1 (use -v to see invocation)
Where do I get aoc
(apart from the oneAPI beta) ?
One installed, Is there any way to point the location of aoc
to clang++
, other than having it in the PATH
?
I've also tried to build multiple backends at the same time, bit I got the error
clang-11: error: The option -fsycl-targets= conflicts with -fintelfpga
Is that a design choice, or just a short term issue to be improved later ?