Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
681 stars 218 forks source link

3 - Add support accl #950

Open ADGLY opened 5 months ago

ADGLY commented 5 months ago

This PR adds support for designs with distributed FINN kernels by using ACCL.

It depends on https://github.com/Xilinx/finn/pull/930 and on https://github.com/Xilinx/finn/pull/946.

To note: This is currently missing the ACCL project cloning and preparation which will come in a commit soon.