We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The libcugraph C++ library now supports multi-GPU HITS. The cugraph and pylibcugraph python APIs needs to be extended to provide an API to use this.
libcugraph
cugraph
pylibcugraph
The text was updated successfully, but these errors were encountered:
Depends on #2091 and #2092
Sorry, something went wrong.
Add MG wrapper for HITS (#2088)
5b84e53
This PR wraps the MG C++ implementation of HITS following the pylibcugraph API Awaiting MG support to the C API closes #2026 Authors: - Joseph Nke (https://github.com/jnke2016) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Don Acosta (https://github.com/acostadon) - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) URL: #2088
jnke2016
betochimas
Successfully merging a pull request may close this issue.
The
libcugraph
C++ library now supports multi-GPU HITS. Thecugraph
andpylibcugraph
python APIs needs to be extended to provide an API to use this.pylibcugraph
that call C APIscugraph
that callpylibcugraph
APIsThe text was updated successfully, but these errors were encountered: