Skip to content

ISCA 2021

Compare
Choose a tag to compare
@sbeamer sbeamer released this 14 Jun 18:48
· 17 commits to master since this release
  • 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