Skip to content
New issue

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

[ENH] Add MG HITS to the cugraph Python API #2026

Closed
4 tasks
rlratzel opened this issue Jan 20, 2022 · 1 comment · Fixed by #2088
Closed
4 tasks

[ENH] Add MG HITS to the cugraph Python API #2026

rlratzel opened this issue Jan 20, 2022 · 1 comment · Fixed by #2088
Assignees
Milestone

Comments

@rlratzel
Copy link
Contributor

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.

  • Need C API updated to include HITS and MG HITS (attn: @ChuckHastings)
  • Add HITS APIs (and tests) to pylibcugraph that call C APIs
  • Add HITS APIs (and tests) to cugraph that call pylibcugraph APIs
  • Add docstrings and examples
@rlratzel rlratzel added ? - Needs Triage Need team to review and classify python labels Jan 20, 2022
@rlratzel rlratzel added this to the 22.04 milestone Jan 20, 2022
@rlratzel rlratzel self-assigned this Jan 20, 2022
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Feb 15, 2022
@ChuckHastings
Copy link
Collaborator

Depends on #2091 and #2092

@rlratzel rlratzel changed the title [ENH] Add MG HITS the the cugraph Python API [ENH] Add MG HITS to the cugraph Python API Mar 10, 2022
@rlratzel rlratzel assigned jnke2016 and betochimas and unassigned rlratzel Mar 10, 2022
rapids-bot bot pushed a commit that referenced this issue Mar 30, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants