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

Add Additional Check For SSSP Source Vertex & Fix SSSP Benchmark #4541

Merged
merged 9 commits into from
Jul 19, 2024

Conversation

nv-rliu
Copy link
Contributor

@nv-rliu nv-rliu commented Jul 16, 2024

Closes #4511. Part of https://github.com/rapidsai/graph_dl/issues/513

Fixes

  • bench_algos.py will properly convert source vertex values returned from MG and SG graphs before calling the actual algorithm.

Other minor changes

  • Fix white-space formatting of pytest.ini

@nv-rliu nv-rliu added bug Something isn't working non-breaking Non-breaking change benchmarks labels Jul 16, 2024
@nv-rliu nv-rliu added this to the 24.08 milestone Jul 16, 2024
@nv-rliu nv-rliu requested a review from rlratzel July 16, 2024 21:09
@rlratzel
Copy link
Contributor

/merge

@nv-rliu nv-rliu requested a review from a team as a code owner July 17, 2024 15:17
@nv-rliu nv-rliu changed the title Fix SSSP Benchmark Add Additional Check For SSSP Source Vertex & Fix SSSP Benchmark Jul 17, 2024
@nv-rliu nv-rliu requested a review from rlratzel July 17, 2024 15:26
@github-actions github-actions bot removed the python label Jul 18, 2024
@rapids-bot rapids-bot bot merged commit a41d6b0 into rapidsai:branch-24.08 Jul 19, 2024
135 checks passed
@nv-rliu nv-rliu deleted the fix-sssp-benchmark branch July 19, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bench_SSSP Failing in bench_algos.py due to Dask Error
2 participants