Xilinx / Vitis_Libraries

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

L2 example in the Vitis vision library is not running in U280 #156

Open SPala121 opened 2 years ago

SPala121 commented 2 years ago

I want to try running the example designs provided in the L2 of vitis vision library(https://github.com/Xilinx/Vitis_Libraries/tree/master/vision). I am able to generate host executable and also .xclbin for 'resize' example with vitis compiler commands. (I did not use make file provided in the folder. ) Nevertheless I successfully generated files with v++ and g++commands. When I tried to run in my ALVEO U280 card, the execution is not completing. It is getting hung after 'loading binary'.

vt-lib-support commented 2 years ago

Hi @SPala121 ,

The Vitis Vision kernels were tested to work for the devices mentioned in the "allow list" of their corresponding JSON files. For example, see the list for resize here : https://github.com/Xilinx/Vitis_Libraries/blob/a60e1df95fa43e715cc9223f470587456463be8b/vision/L2/examples/resize/description.json#L7

Please run the design on any of the boards listed in the above link.