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

Add support for multi FPGA builds #952

Open cantbeblank24 opened 5 months ago

cantbeblank24 commented 5 months ago

Introduces a step that splits a dataflow graph into multiple nodes based on the device ID and adds some builder logic to make multi FPGA builds work.

The idea is that the partitioning can be computed with finn.experimental.paritioning and ApplyConfig can be used to set the device ID of every node.