So I need to have some form of low latency hardware acceleration for
Tensorflow inferencing on a raspberry-pi
. I looked into using leflow but it cannot support large tensorflow
models on small FPGAs
.
I have figured out how to build tensorflow
from source with sycl support. Where I am getting stuck though is on how to configure sycl (or OpenCL which sycl
wraps) to work with an fpga.
I am also not sure how to physically wire my fpga to the raspis gpios such that it accelerates opencl
.
Any help, or links regarding this matter would be appreciated.