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] Get rid of gdf_column #538

Closed
9 tasks
afender opened this issue Oct 2, 2019 · 0 comments · Fixed by #880
Closed
9 tasks

[FEA] Get rid of gdf_column #538

afender opened this issue Oct 2, 2019 · 0 comments · Fixed by #880
Assignees
Labels
Epic Tracker for a relatively large body of work that is broken down into stories and issues feature request New feature or request

Comments

@afender
Copy link
Member

afender commented Oct 2, 2019

cuGraph uses gdf_column as a device array container in the C++ API. As CuDF is depreciating gdf_column, we need a new device array container. There are hundreds of occurrences in cuGraph.

  • Replace gdf_column in the API

  • Update all tests

  • Update bindings

  • Update doc

  • katz_centrality.cu

  • nvgraph.gdf.cu

  • ECG.cu

  • connectivity.cu

  • core_number.cu

  • db_object.cu

  • jaccard.cu

  • overlap.cu

  • two_hop_neighbors.cu

@afender afender added feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 2, 2019
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Nov 11, 2019
@afender afender mentioned this issue Nov 11, 2019
7 tasks
@afender afender changed the title [FEA] Use cuDF C++ API instead of cuDF C API [FEA] Get rid of gdf_column Nov 26, 2019
This was referenced Dec 17, 2019
@afender afender added the Epic Tracker for a relatively large body of work that is broken down into stories and issues label Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Tracker for a relatively large body of work that is broken down into stories and issues feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants