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

Distribute start_list across ranks #4519

Merged

Conversation

jnke2016
Copy link
Contributor

@jnke2016 jnke2016 commented Jul 2, 2024

When computing the triangle count of a subset of the vertices, A copy of the same vertex list is passed to all ranks.
This PR

  1. Distribute the start list across all ranks
  2. Ensure same the same type between graph's vertices and the start list

closes #4504

@jnke2016 jnke2016 requested a review from a team as a code owner July 2, 2024 20:59
@github-actions github-actions bot added the python label Jul 2, 2024
@jnke2016 jnke2016 requested review from rlratzel and nv-rliu July 2, 2024 21:10
@jnke2016 jnke2016 self-assigned this Jul 2, 2024
Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@nv-rliu nv-rliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@alexbarghi-nv alexbarghi-nv added bug Something isn't working non-breaking Non-breaking change labels Jul 9, 2024
@alexbarghi-nv
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 2e969da into rapidsai:branch-24.08 Jul 9, 2024
131 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: test_triangle_count_mg Hangs on test_triangles
4 participants