doonny / PipeCNN

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

platform error #50

Closed shawn2seo closed 6 years ago

shawn2seo commented 6 years ago

The following error was found in SDAcell version (SDK v2017.4) after executing make file under the project folder. I think the solution is to change 'xilinx:kcu1500:4ddr-xpr:4.0' to 'xilinx_vcu1525_dynamic_5_0'. But it is not sure that the PipeCNN's environment and behavior are still valid.

` * Error log ---------------------------------------------- ERROR: [XOCC 60-705] No device was found that matches 'xilinx:kcu1500:4ddr-xpr:4.0'. The supported devices are: xilinx_vcu1525_dynamic_5_0 xilinx_kcu1500_dynamic_5_0

ERROR: [XOCC 60-587] Failed to add a device: specified platform xilinx:kcu1500:4ddr-xpr:4.0 is not found Makefile:151: recipe for target 'conv.xclbin' failed make: *** [conv.xclbin] Error 1 ------------------------------------------------------------`

doonny commented 6 years ago

Hi, again, 2017.4 is not tested yet. Please refer to the official user guide to due with the DSA version problem. Better use v2017.2.

sinaasadiyan commented 5 years ago

have you been able to compile with vcu1525 with newer versions of SDAccel? I am going to test it with v2018.3 and aws-f1 FPGA with a different dataset. But i am not familiar with the flow and makefileand etc 🤔 seems it will take some time. any help or advice would be useful.