Xilinx / finn

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

Add support for Alveo U55C cards #913

Closed LinusJungemann closed 11 months ago

LinusJungemann commented 11 months ago

Adds support for the Alveo U55C FPGA card to FINN.

Additionally, support to choose the FPGA device to be used for execution of the synthesized design is added to the FINN driver.

auphelia commented 11 months ago

Hi @LinusJungemann , thanks for your contribution! Could you please make sure that the linting is successful? That will ensure that the style of your changes is in line with the rest of the repository.

To setup pre-commit correctly, you can use the pre-commit configuration file that is provided in the repository. If there are issues to run pre-commit in the Docker container, a separate Python 3.10 environment can be used for that as well.

LinusJungemann commented 11 months ago

Hi @auphelia, sorry I was not able to fix the linting until now, because of other stuff I had to do. It should be fixed now with the proper githook.