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

[FEA] Add MG support to the C API #2091

Closed
ChuckHastings opened this issue Feb 23, 2022 · 0 comments · Fixed by #2110
Closed

[FEA] Add MG support to the C API #2091

ChuckHastings opened this issue Feb 23, 2022 · 0 comments · Fixed by #2110
Assignees
Labels
improvement Improvement / enhancement to an existing function
Milestone

Comments

@ChuckHastings
Copy link
Collaborator

Current C API implementation only includes implementation for cugraph_sg_graph_create. In order to support multi-GPU algorithms supported already in C++ we need to implement cugraph_mg_graph_create.

@ChuckHastings ChuckHastings added the ? - Needs Triage Need team to review and classify label Feb 23, 2022
@ChuckHastings ChuckHastings added this to the 22.04 milestone Feb 23, 2022
@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function and removed ? - Needs Triage Need team to review and classify labels Feb 23, 2022
@ChuckHastings ChuckHastings self-assigned this Feb 23, 2022
ajschmidt8 pushed a commit that referenced this issue Mar 16, 2022
This PR adds multi-GPU support to the C API.  The calls were already defined but if multi-GPU was defined they would return errors.

Closes #2091

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

Approvers:
   - Rick Ratzel (https://github.com/rlratzel)
   - Seunghwa Kang (https://github.com/seunghwak)
   - AJ Schmidt (https://github.com/ajschmidt8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant