Release of FINN v1.0.0-alpha #1689
auphelia
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
FINN v1.0.0-alpha — Release Notes
1. Foundational support for attention-based models (Transformers)
The core building blocks for compiling attention/transformer networks are in place, making BERT-class models targetable. End-to-end hardening continues into beta.
New and considerably generalized operators
🤖 Transformer-related
⚙️ General-purpose additions and enhancements
internal_decoupledmodeArchitectural capabilities enabling larger models
2. Improvements on ease of use
A concerted usability push across building, extending, and debugging FINN.
in0_V,in1_V, … /out0_V,out1_V, …),cpp_interface(hls packed/hls vector) andhls_style(freerunning/fm aware).customop-pattern, updated developer guide), plus auto-generated PDF documentation from ReadTheDocs.3. Move to Vivado 2024.2
Moving the default flow onto a current toolchain and current silicon.
slashkitlinker); DSP58 (Versal) is leveraged for compute, in particular for efficient floating-point compute.Additional improvements
FINN builder flow
Changes across the build pipeline, simulation, streamlining, and deployment:
ApplyConfigmoved into FINN (from qonnx).MultiThreshold).Other changes
Many additional fixes and smaller improvements are included.
Acknowledgements
This release reflects the work of many contributors across AMD, the FINN team, and the wider community. Thanks to everyone who contributed features, fixes, and reviews (listed alphabetically by username, not by contribution):
@alexhornburg-xlnx · @bwintermann · @d-kor · @fpjentzsch · @hannahxy13 · @iksnagreb · @jmonks-amd · @JOOpdenhoevel · @jsmonson · @klassen9 · @LeahLS · @LinusJungemann · @liuzrcc · @lstasytis · @maltanar · @mdanilow · @merkelmarrow · @mrontio · @ollycassidy13 · @preusser · @rothej · @senekor · @sgerber-amd ·
@shashwat1198 · @SpiritSeeker · @STFleming · @tafk7
See the full contributor list at https://github.com/Xilinx/finn/blob/main/AUTHORS.rst.
All reactions