ara
ara copied to clipboard
[hardware] :bug: Fix reductions + Rework the VALU
The previous mechanism to handle the commit during a reduction was confusing and led to bugs. Now, the reduction triggers its commit only after the inter-lanes phase is over. Also, some recurrent lines of code have been grouped into macros
Changelog
Fixed
- Description of changes
Added
- Description of changes
Changed
- Description of changes
Checklist
- [x] Automated tests pass
- [x] Changelog updated
- [x] Code style guideline is observed
- [ ] No frequency degradation