[REVIEW]Uniform neighbor sample #2450
[REVIEW]Uniform neighbor sample #2450rapids-bot[bot] merged 20 commits intorapidsai:branch-22.08from
Conversation
| source=src_n, | ||
| destination=dst_n, | ||
| edge_attr="weight", | ||
| renumber=False, |
There was a problem hiding this comment.
May need to switch to renumber=True.
See issue: #2446
There was a problem hiding this comment.
renumber=True. still is causing errors. Todo: Raise a MRE without it and comment to the issue.
rlratzel
left a comment
There was a problem hiding this comment.
Looks good, just a comment and a couple of minor suggestions.
alexbarghi-nv
left a comment
There was a problem hiding this comment.
Looks fine; just make sure all the subgraphs are being created with legacy_renum_only=True
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2450 +/- ##
=================================================
+ Coverage 23.10% 61.22% +38.11%
=================================================
Files 106 106
Lines 5539 5568 +29
=================================================
+ Hits 1280 3409 +2129
+ Misses 4259 2159 -2100
Continue to review full report at Codecov.
|
|
@gpucibot rerun tests |
…i#2473) Updated imports to be compatible with latest version of cupy and also changed corresponding scipy imports for consistency. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: rapidsai#2473
|
rerun tests #2473 was merged which should resolve test failures. |
|
Removing |
|
@gpucibot rerun tests There might be some weirdness around sampling on different CUDA versions. Testing it. Lets hold of merging even if CI is passing. |
|
@gpucibot rerun tests Rerunning cause the 17:37:26 Download error (28) Timeout was reached [https://conda.anaconda.org/rapidsai-nightly/linux-64/dask-cuda-22.08.00a220801-py39_g283a087_32.tar.bz2]
17:37:26 SSL connection timeout |
|
@gpucibot merge |
This PR switches `cugraphstore` to use uniform neighbor sampling. Opening this in favor of rapidsai/cugraph#2426 Authors: - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai/cugraph#2450
This PR switches
cugraphstoreto use uniform neighbor sampling.Opening this in favor of #2426