[FEA] Get rid of gdf_column #538
Labels
Epic
Tracker for a relatively large body of work that is broken down into stories and issues
feature request
New feature or request
cuGraph uses
gdf_column
as a device array container in the C++ API. As CuDF is depreciatinggdf_column
, we need a new device array container. There are hundreds of occurrences in cuGraph.Replace
gdf_column
in the APIUpdate 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
The text was updated successfully, but these errors were encountered: