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

WCC - Implement pylibcugraph API #2509

Closed
Tracked by #3273
ChuckHastings opened this issue Aug 4, 2022 · 1 comment · Fixed by #2866
Closed
Tracked by #3273

WCC - Implement pylibcugraph API #2509

ChuckHastings opened this issue Aug 4, 2022 · 1 comment · Fixed by #2866
Assignees
Milestone

Comments

@ChuckHastings
Copy link
Collaborator

WCC has C API support. Add the pylibcugraph API so it can be used by python.

@ChuckHastings ChuckHastings added this to the 22.10 milestone Aug 4, 2022
@github-actions
Copy link

github-actions bot commented Sep 3, 2022

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@rlratzel rlratzel modified the milestones: 22.10, 22.12 Oct 5, 2022
rapids-bot bot pushed a commit that referenced this issue Nov 14, 2022
The CAPI has a `weakly connected component` version that can be leverage by the PLC and python API. This PR:
1. Add a PLC implementation of `WCC`
2. Update the python API to leverage the `PLC` API
3. Remove the legacy implementation
4. Update both the python and the `PLC` tests
5. Add `PLC` API to to create a graph from a `CSR `representation
6. Update docstrings 

closes #2509 
closes #2496

Authors:
  - Joseph Nke (https://github.com/jnke2016)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2866
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.

4 participants