ISCA 2021
- In-place in-memory graph builder to reduce peak memory usage, use
-m
(thanks @connormas) - PR - faster with Gauss-Seidel method and better scheduling directives (thanks @connormas)
- BFS - faster for high-diameter graphs with better scheduling directives
- TC - faster with encouraging use of gcc's parallel sort for relabeling
- Bugfix for loading in
.mtx
files (thanks Ramesh Peri, Intel) - Switch to GitHub Actions for CI