Skip to content

Gunrock 1.2.0

Compare
Choose a tag to compare
@crozhon crozhon released this 05 Oct 23:43
· 79 commits to master since this release
5ee3df5

Gunrock v1.2.0 is a minor feature and bug fix release. We have added several new example applications, fixed many outstanding memory issues, and eliminated some JSON output bugs. Along the way we solved many little issues and annoyances we faced. Thanks to everyone who has contributed, and a special thanks to any new contributors since version 1.1 (marked in bold).

Contributors

Achal Agarwal
Agnieszka Lupinska
Charles Rozhon
Hugo Braun
Jonathan Wapman
Leyuan Wang
Mahmood Naderan - #641
Muhammad Osama
Nima Johari
Serban Porumbescu
Yangzihao Wang

v1.2.0 Changelog

Apps

  • K-nearest-neighbor application implemented by agalup
  • HITS application implemented by jdwapman
  • Label propagation application implemented by achalagarwal

Fixes

  • SetDevice after spawning OpenMP threads (#757)
  • Release with multiple command switches (#767)
  • Specify --quick and --validation at the same time (#773)
  • Subgraph not properly released in single-gpu mode (#746)
  • Compile issues with certain SM configurations (d57b932)
  • Compile issue linking with C compiler instead of C++ (804ea77)
  • JSON writer improvements (8819f39)
  • Update moderngpu to latest (7c14fa2)
  • Modify device intrinsics to compile on all arches (6b05704)