Skip to content

Commit

Permalink
Remove legacy betweenness centrality (rapidsai#3829)
Browse files Browse the repository at this point in the history
The python API is now leveraging the CAPI for both [betweenness](rapidsai#2971) and [edge betweenness centrality](rapidsai#3672) therefore, the legacy code is no longer used anywhere. This PR cleanup the C++ API.

closes rapidsai#2651 
closes rapidsai#3272

Authors:
  - Joseph Nke (https://github.com/jnke2016)
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: rapidsai#3829
  • Loading branch information
jnke2016 committed Aug 30, 2023
1 parent b5d8cbe commit 5120c63
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 4,280 deletions.
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ set(CUGRAPH_SOURCES
src/utilities/path_retrieval.cu
src/structure/legacy/graph.cu
src/linear_assignment/legacy/hungarian.cu
src/traversal/legacy/bfs.cu
src/link_prediction/legacy/jaccard.cu
src/link_prediction/legacy/overlap.cu
src/link_prediction/jaccard_sg.cu
Expand Down Expand Up @@ -234,7 +233,6 @@ set(CUGRAPH_SOURCES
src/cores/k_core_sg.cu
src/cores/k_core_mg.cu
src/components/legacy/connectivity.cu
src/centrality/legacy/betweenness_centrality.cu
src/generators/generate_rmat_edgelist.cu
src/generators/generate_bipartite_rmat_edgelist.cu
src/generators/generator_tools.cu
Expand Down
564 changes: 0 additions & 564 deletions cpp/src/centrality/legacy/betweenness_centrality.cu

This file was deleted.

148 changes: 0 additions & 148 deletions cpp/src/centrality/legacy/betweenness_centrality.cuh

This file was deleted.

120 changes: 0 additions & 120 deletions cpp/src/centrality/legacy/betweenness_centrality_kernels.cuh

This file was deleted.

Loading

0 comments on commit 5120c63

Please sign in to comment.