We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4a717 commit 2f82b5fCopy full SHA for 2f82b5f
hls4ml/templates/vitis_accelerator/Makefile
@@ -3,7 +3,7 @@
3
PLATFORM=myplatform
4
5
app.exe: ./myproject_host.cpp
6
- g++ -Wall -g -std=c++11 ./myproject_host.cpp -o app.exe \
+ g++ -g -std=c++14 ./myproject_host.cpp -o app.exe \
7
-I firmware/ap_types -I/opt/xilinx/xrt/include \
8
-L${XILINX_XRT}/lib/ -lxrt_coreutil -lOpenCL -pthread -lrt -lstdc++
9
0 commit comments