You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
gunrock/essentials is a continuation of our original work gunrock/gunrock. To name some of the changes: essentials aim to add better support for graph and frontier data structures, new operators, new load-balancing algorithms, new graph algorithms, support for benchmarking kernels, a queue-based asynchronous programming model, ease of programmability, proper Doxygen and wiki documentation for API and programming models, and more complete GitHub actions enabled compilation testing. We also introduce gunrock/essentials-cpp, which takes Gunrock's programming model to moden-C++ parallelism, and experiments with multi-GPU backend.
The quality of the release documentation may vary as it is autogenerated based on the Pull Requests (PR) to the repository. If something is unclear, please refer to the corresponding PR.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
gunrock/essentials
is a continuation of our original workgunrock/gunrock
. To name some of the changes: essentials aim to add better support for graph and frontier data structures, new operators, new load-balancing algorithms, new graph algorithms, support for benchmarking kernels, a queue-based asynchronous programming model, ease of programmability, proper Doxygen and wiki documentation for API and programming models, and more complete GitHub actions enabled compilation testing. We also introducegunrock/essentials-cpp
, which takes Gunrock's programming model to moden-C++ parallelism, and experiments with multi-GPU backend.The quality of the release documentation may vary as it is autogenerated based on the Pull Requests (PR) to the repository. If something is unclear, please refer to the corresponding PR.
What's Changed
🎉 Algorithms and Operators
master
(lots of enhancements, see commits for detail) by @neoblizz in Merging changes tomaster
(lots of enhancements, see commits for detail) #119🐛 Bug Fixes
offsets_to_indices
by @bkj in [BUGFIX] Fixoffsets_to_indices
#61csc.set
by @bkj in [BUGFIX] Order of values passed tocsc.set
#63std::size_t
in graph loader by @maawad in Usestd::size_t
in graph loader #132🏡 API Changes/Improvements
📝 Documentation Updates
🧪 Testing
New Contributors
std::size_t
in graph loader #132Full Changelog: https://github.com/gunrock/essentials/commits/0.0.1
This discussion was created from the release Essentials 0.0.1.
Beta Was this translation helpful? Give feedback.
All reactions