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

Refactoring of HLS MVAU/VVAU #971

Closed mmrahorovic closed 5 months ago

mmrahorovic commented 5 months ago

This PR introduces the refactoring of the MVAU and VVAU layers into an abstract HW custom-op and specialized HLS custom-op. No new test cases are introduced, but the existing MVAU/VVAU fpgadataflow tests are extended. Please refer to:

  1. https://github.com/Xilinx/finn/blob/dev/tests/fpgadataflow/test_fpgadataflow_mvau.py
  2. https://github.com/Xilinx/finn/blob/dev/tests/fpgadataflow/test_fpgadataflow_vvau.py
auphelia commented 5 months ago

Thanks @mmrahorovic !