Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Streamline graph creation in C API to allow for easier addition of new parameters #4724

Draft
wants to merge 1 commit into
base: branch-24.12
Choose a base branch
from

Conversation

ChuckHastings
Copy link
Collaborator

This PR creates an edgelist object that will contain the COO/CSR information along with all edge properties to support graph creation. This will allow us to add new features (and new edge attributes) with a smaller impact on the C API footprint. It should also simplify the API a bit.

The PR also marks the old methods as deprecated so that we can phase them out.

@ChuckHastings ChuckHastings self-assigned this Oct 16, 2024
@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed cuGraph CMake labels Oct 16, 2024
@ChuckHastings ChuckHastings added this to the 24.12 milestone Oct 16, 2024
@ChuckHastings ChuckHastings modified the milestones: 24.12, 25.02 Nov 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant