doonny / PipeCNN

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

run.exe not found #110

Closed RanaElnaggar closed 3 years ago

RanaElnaggar commented 5 years ago

Hi, I cannot find run.exe under the project directory. So, how can i compile the opencl kernel ?

Do we compile it on linux or windows machine.

Best Regards, Rana

r0drigor commented 5 years ago

You compile it using the Makefile. The run.exe is what's needed to run the program, that and the conv.aocx. Both of those are created after you compile it. Read the "Makefile" file