Releases: arm/perf-libs-sparse
Releases · arm/perf-libs-sparse
Release list
Release 26.07
[26.07] - 2026-07-09
Added
- Added optimized
SpSMexecution paths forCSRandCSC. - Added
SpSMtest coverage for all datatypes.
Changed
- Updated
SpSMdense-matrix handling to directly work with row-major
and column-majorX/Ylayouts. - Improved
SpSMexecution when optimize and exec transpose hints
differ, with safer fallback handling for non-supernodal matrices.
Fixed
- Fixed datatype validation in sparse matrix kernels so mismatched
matrix datatypes are rejected correctly. - Fixed null-matrix transpose handling so rectangular null matrices
update shape correctly. - Matrix Market benchmark readers improved with stricter input
validation and allocation overflow checks.
Release 26.05
[26.05] - 2026-05-29
Added
- Added a reference implementation for
SpSM. - Added
SpSMbenchmark and example code.
Changed
- Updated standalone benchmark timers to use a portable monotonic clock.
- Updated Windows OpenMP workaround comments.
- Replaced internal references with upstream LLVM/OpenMP issue links.