-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error: Missing DSA or platform repo. Stop. #1
Comments
Which version of SDx are you using? If you compile for vu9pf1, you should use SDx2017.1
|
string instruction afterrep' This error is caused by the lower version of binutils you are using. Can you run following command to check which version of binutils you are using. Currently we use 2.26, if your version number is lower than that, you might need to upgrade your binutils. |
Thanks for your help. I have successfully compile the project. I run it on AWS F1 and then get some results. |
Which command did you use to build .xclbin? And how do you test the .xclbin on F1? I will try to see if I can reproduce your results on my side.
|
Thanks for your reply. I did as the README.md (https://github.com/Xilinx/gemx):
Another question: |
I tried the steps you mentioned, and it works on F1 for me.
regarding your question: |
Thanks for your reply. But I can not find /lib/opencv on aws f1 instance |
you can remove /lib/opencv from the LD_LIBRARY_PATH, it should still work. |
Thanks. It is declaired that the GEMX supports sparse matrix multiplication. Would you please tell me the detailed procedures to run the simulation and implementation for the sparse mode. Many thanks. |
please sync your master branch with the repository first. After that, please follow the steps below to run cpu emulation for SPMV implementation.
make clean
make run_cpu_em GEMX_ddrWidth=16 GEMX_argInstrWidth=1 GEMX_numKernels=1 GEMX_runGemv=0 GEMX_runGemm=0 GEMX_runTransp=0 GEMX_runSpmv=1 GEMX_dataType=float GEMX_part=ku115 GEN_BIN_PROGRAM="spmv 96 128 256 none A0 B0 C0 spmv 0 0 0 data/spmv/Rucci1.mtx.gz A1 B1 C1" if you change "run_cpu_em" to "run_hw_em" and add "HWEMUGUI=1" then you can run hw emulation with GUI to deplay the waveform of the SPMV simulation results. |
when I try to compile the gemm project, the following error happens:
/tmp/cc8fJfho.s: Assembler messages:
/tmp/cc8fJfho.s:318: Error: expecting string instruction after
rep' /tmp/cc8fJfho.s:386: Error: expecting string instruction after
rep'/tmp/cc8fJfho.s:6845: Error: expecting string instruction after
rep' /tmp/cc8fJfho.s:16931: Error: expecting string instruction after
rep'/tmp/cc8fJfho.s:21658: Error: expecting string instruction after `rep'
make: *** [out_host/gemx_host.exe] Error 1
The text was updated successfully, but these errors were encountered: