doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.22k stars 370 forks source link

Software emulation OpenCL runtime error, Xilinx/Vitis #173

Open sysuresh opened 2 years ago

sysuresh commented 2 years ago

We are getting the following error when running software emulation make emu with Xilinx Vivado and Vitis - what could be the cause?

***************************************************
PipeCNN: An OpenCL-Based FPGA Accelerator for CNNs 
***************************************************
ERROR: Unable to find the desired OpenCL platform.
doonny commented 2 years ago

Please check the Vitis installation and enviroment settings.

zyt1024 commented 1 year ago

Please check the Vitis installation and enviroment settings.

Hello, I would like to ask, if I am using the U200 platform, does this place in the makefile need to be modified?


#set the Linux related tools
#EDGE_COMMON_SW := /opt/petalinux/2020.1
EDGE_COMMON_SW := /home/fpga/Xilinx/petalinux/2020.1ZCU102
#EDGE_COMMON_SW := /home/fpga/Xilinx/petalinux/2020.1ZC706```