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

Allow cugraph_service extensions to support more than graph creation #2822

Closed
rlratzel opened this issue Oct 18, 2022 · 0 comments · Fixed by #2850
Closed

Allow cugraph_service extensions to support more than graph creation #2822

rlratzel opened this issue Oct 18, 2022 · 0 comments · Fixed by #2850
Assignees
Milestone

Comments

@rlratzel
Copy link
Contributor

cugraph_service extensions currently only support graph creation, and make an assumption that they'll always return graph objects which can be referenced as graph IDs by clients. However, other operations can benefit from executing completely server-side, and extensions should allow for these use cases.

Graph creation extensions don't need to change, but additional extension types should be added which don't assume graph objects are returned. Other considerations:

  • extensions which return data to the client (instead of just IDs)
  • GPU-GPU data xfer

cc @VibhuJawa

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.

1 participant