perf(deps): switch to upstream nanors runtime dispatching - #5369
Conversation
Bundle ReportBundle size has no change ✅ |
|
@ReenigneArcher Any clue what's up with the Arch and Flatpak builds? |
Yes, it randomly fails to checkout the ref. I think I have to revert it to checking out the fork branch directly. For now, it can usually be resolved by forcing a push (though the hash must change). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5369 +/- ##
==========================================
- Coverage 27.45% 27.04% -0.42%
==========================================
Files 113 111 -2
Lines 25554 25853 +299
Branches 11244 11470 +226
==========================================
- Hits 7016 6991 -25
- Misses 15538 16951 +1413
+ Partials 3000 1911 -1089
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 27 files with indirect coverage changes Continue to review full report in Codecov by Harness.
|
Description
Nanors has implemented their own runtime dispatching so our rswrapper hack is no longer required to use more advanced ISA extensions. In addition to runtime dispatching, they have also implemented a number of new handwritten assembly routines to improve performance on x64, ARM64, and RISC-V (GFNI, NEON, and RVV).
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage