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

Multi-GPU reduce_v & transform_reduce_v bug fix. #2269

Merged
merged 1 commit into from
May 13, 2022

Conversation

seunghwak
Copy link
Contributor

No description provided.

@seunghwak seunghwak requested a review from a team as a code owner May 12, 2022 20:37
@seunghwak seunghwak self-assigned this May 12, 2022
@seunghwak seunghwak added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change labels May 12, 2022
@seunghwak seunghwak added this to the 22.06 milestone May 12, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2022

Codecov Report

Merging #2269 (fd432f6) into branch-22.06 (38be932) will decrease coverage by 6.84%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##           branch-22.06    #2269      +/-   ##
================================================
- Coverage         70.82%   63.97%   -6.85%     
================================================
  Files               170      100      -70     
  Lines             11036     4436    -6600     
================================================
- Hits               7816     2838    -4978     
+ Misses             3220     1598    -1622     
Impacted Files Coverage Δ
python/cugraph/cugraph/__init__.py 100.00% <ø> (ø)
python/cugraph/cugraph/centrality/__init__.py 100.00% <ø> (ø)
...graph/cugraph/centrality/betweenness_centrality.py 89.65% <ø> (ø)
...on/cugraph/cugraph/centrality/degree_centrality.py 81.81% <ø> (ø)
...thon/cugraph/cugraph/centrality/katz_centrality.py 88.23% <ø> (-1.24%) ⬇️
python/cugraph/cugraph/community/egonet.py 97.36% <ø> (ø)
...ython/cugraph/cugraph/community/ktruss_subgraph.py 85.29% <ø> (ø)
...cugraph/cugraph/dask/centrality/katz_centrality.py 25.00% <ø> (ø)
python/cugraph/cugraph/dask/common/input_utils.py 22.13% <ø> (+0.57%) ⬆️
python/cugraph/cugraph/dask/common/mg_utils.py 30.43% <ø> (-7.07%) ⬇️
... and 130 more

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 916dc5c...fd432f6. Read the comment docs.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit ee3c434 into rapidsai:branch-22.06 May 13, 2022
@seunghwak seunghwak deleted the bug_mg_reduce_v_test branch August 11, 2022 23:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants