Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
894 stars 356 forks source link

[BLAS] L1/test/set_env.sh does not exist? #160

Open dtheodor79 opened 1 year ago

dtheodor79 commented 1 year ago

According to the instructions from here, there should be a set_env.sh script under the L1/test/ folder:

L1/test/set_env.sh: the shell script for setting up the environment used for testing L1 primitives.

Unfortunately, this file does not exist:

Screen Shot 2022-11-28 at 11 55 31 AM

Moreover the readme on the same folder mentions that we should "navigate to xf_blas/L1/tests" folder, which also does not exist:

Screen Shot 2022-11-28 at 11 53 45 AM

Can anyone help a bit on the steps that new users should take to test the L1 primitives?

Thanks, dtheodor