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

Update more C++ algorithm tests to include edge masked input graphs. #4267

Merged
merged 25 commits into from
Apr 19, 2024

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Mar 21, 2024

  • Add cugraph::test::graph_to_host_csc()
  • Add cugraph::test::print_edges() to support debugging
  • Fix a bug in transform_e when an edge masked input graph view object is passed.
  • SG & MG PageRank
  • SG & MG HITS
  • SG & MG eigenvector centrality
  • SG & MG katz centrality
  • SG & MG betweenness centrality
  • SG & MG edge-betweenness centrality
  • SG & MG BFS
  • SG & MG SSSP
  • SG & MG extract BFS paths
  • SG OD shortest distances
  • SG & MG graph coarsening

@seunghwak seunghwak added improvement Improvement / enhancement to an existing function DO NOT MERGE Hold off on merging; see PR for details non-breaking Non-breaking change labels Mar 21, 2024
@seunghwak seunghwak changed the base branch from branch-24.04 to branch-24.06 March 21, 2024 17:54
@github-actions github-actions bot added the CMake label Apr 2, 2024
@seunghwak seunghwak marked this pull request as ready for review April 2, 2024 17:00
@seunghwak seunghwak requested review from a team as code owners April 2, 2024 17:00
@seunghwak seunghwak removed the DO NOT MERGE Hold off on merging; see PR for details label Apr 2, 2024
@seunghwak
Copy link
Contributor Author

@ChuckHastings @jnke2016 This PR is waiting for a review.

@ChuckHastings
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit cf39925 into rapidsai:branch-24.06 Apr 19, 2024
131 checks passed
@seunghwak seunghwak deleted the cpp_tests_with_mask branch May 22, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cuGraph 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.

3 participants