Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with compiling Gemx #2

Open
khaleghzadeh opened this issue Jan 31, 2018 · 1 comment
Open

Problem with compiling Gemx #2

khaleghzadeh opened this issue Jan 31, 2018 · 1 comment

Comments

@khaleghzadeh
Copy link

Hello,

I try to compile Gemx for an Xilinx_adm-pcie-7v3_1ddr_2_1. However, the compilation ends up with the following error:

$ make run_hw SDA_FLOW=hw GEMX_ddrWidth=32 GEMX_gemmMBlocks=8 GEMX_gemmKBlocks=8 GEMX_gemmNBlocks=8 GEMX_numKernels=4 GEMX_runGemv=0 GEMX_runTransp=0 GEMX_runGemm=1 GEMX_part=vu9pf1 GEMX_kernelHlsFreq=250 GEMX_kernelVivadoFreq=300 GEMX_useURAM=1 GEMX_vivadoFlow=EXP

make: *** No rule to make target `run_hw'. Stop.

The environment variables are set up before compilation as follows:

$ source /opt/Xilinx/SDAccel/2016.2/settings64.sh
$ export LD_LIBRARY_PATH=/opt/Xilinx/SDAccel/2016.2/runtime/lib/x86_64:$LD_LIBRARY_PATH

It is my pleasure if someone could help me to solve the error.

Regards,
Hamidreza

@lisaliu1
Copy link

currently the Makefile doesn't support 7v3 board. But you can change the Makefile to support that. Just check what is done for KU115 board, and do the similar thing for 7V3. Let me know how you get on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants