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

Enable MG support for small datasets #2216

Merged

Conversation

jnke2016
Copy link
Contributor

@jnke2016 jnke2016 commented Apr 11, 2022

This PR enables MG support for very small datasets where the number of partitions is smaller than the number of workers

Dependent on issue #2217 to be resolved before merging
closes #2196

@BradReesWork BradReesWork added this to the 22.06 milestone Apr 12, 2022
@BradReesWork BradReesWork added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 12, 2022
@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2022

Codecov Report

Merging #2216 (3674b7d) into branch-22.06 (38be932) will increase coverage by 0.19%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##           branch-22.06    #2216      +/-   ##
================================================
+ Coverage         70.82%   71.01%   +0.19%     
================================================
  Files               170      170              
  Lines             11036    11105      +69     
================================================
+ Hits               7816     7886      +70     
+ Misses             3220     3219       -1     
Impacted Files Coverage Δ
python/cugraph/cugraph/dask/common/part_utils.py 19.23% <ø> (-0.94%) ⬇️
python/cugraph/cugraph/gnn/graph_store.py 82.60% <ø> (+11.77%) ⬆️
python/cugraph/cugraph/structure/hypergraph.py 90.00% <ø> (ø)
python/cugraph/cugraph/tests/test_graph_store.py 100.00% <ø> (+1.56%) ⬆️
.../cugraph/tests/test_edge_betweenness_centrality.py 84.93% <0.00%> (+0.60%) ⬆️
...graph/cugraph/tests/test_betweenness_centrality.py 83.01% <0.00%> (+0.62%) ⬆️
python/cugraph/cugraph/tests/test_utils.py 75.55% <0.00%> (+4.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da07cad...3674b7d. Read the comment docs.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit ab5a1f7 into rapidsai:branch-22.06 Apr 20, 2022
@jnke2016 jnke2016 deleted the MG_support_for_small_datasets branch September 24, 2022 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

[BUG] Failure when running MG algos on very small datasets
4 participants