caffe icon indicating copy to clipboard operation
caffe copied to clipboard

does this open-CL implementation of caffe support Xilinx FPGA?

Open EddieBurning opened this issue 8 years ago • 2 comments

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help. Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system: Compiler: CUDA version (if applicable): CUDNN version (if applicable): BLAS: Python or MATLAB version (for pycaffe and matcaffe respectively):

EddieBurning avatar Jun 15 '17 12:06 EddieBurning

No, this version of OpenCL Caffe is not suitable to FPGAs due to how the OpenCL kernels are compiled and optimized.

You could try other projects targeting FPGA: https://github.com/BenBBear/caffe-fpga-opencl

naibaf7 avatar Jun 15 '17 19:06 naibaf7

thanks a lot

EddieBurning avatar Jun 16 '17 02:06 EddieBurning