-
Notifications
You must be signed in to change notification settings - Fork 302
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
[skip-ci] Resolve conflicts for merge from branch-22.06 to branch-22.08 #2334
[skip-ci] Resolve conflicts for merge from branch-22.06 to branch-22.08 #2334
Commits on May 25, 2022
-
Pin
dask
&distributed
for release (rapidsai#2312)Pinnings to be inline with: rapidsai/cudf#10965 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#2312
Configuration menu - View commit details
-
Copy full SHA for a8f7f76 - Browse repository at this point
Copy the full SHA a8f7f76View commit details
Commits on May 26, 2022
-
Add test to reproduce issue with double weights, fix issue (graph cre… (
rapidsai#2305) @alexbarghi-nv discovered issue with creating graphs through the C API with double weights. Added CAPI SSSP test which demonstrates the error. Added fix to the error in the graph creation logic (both SG and MG). Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#2305
Configuration menu - View commit details
-
Copy full SHA for b0c6a9e - Browse repository at this point
Copy the full SHA b0c6a9eView commit details
Commits on May 27, 2022
-
Add Eigenvector Centrality to pylibcugraph, cugraph APIs (rapidsai#2255)
This PR: 1. Adds Eigenvector Centrality to the pylibcugraph and cugraph software stacks, which started from rapidsai#2180 and is followed up by future PRs in order to close rapidsai#2146 2. Minor improvements to pylibcugraph Katz Centrality 3. Added functionality to `test_doctests.py` so that certain docstrings can be skipped on different architecture configs (such as ktruss in CUDA 11.4) 4. Added undirected/directed versions of graph example used in C tests in `datasets` 5. Removed cugraph copy of warning wrapper from pylibcugraph and have it call the pylibcugraph version 6. Testing for both Python eigenvector centrality wrappers This PR is identical to rapidsai#2243, just that the name of the branch is different Authors: - https://github.com/betochimas - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2255
Configuration menu - View commit details
-
Copy full SHA for 6d0239d - Browse repository at this point
Copy the full SHA 6d0239dView commit details -
Refactor mg symmetrize tests (rapidsai#2278)
This PR refactors and fixes mg symmetrize tests closes rapidsai#2277 Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - https://github.com/betochimas - Rick Ratzel (https://github.com/rlratzel) - Alex Barghi (https://github.com/alexbarghi-nv) - Don Acosta (https://github.com/acostadon) URL: rapidsai#2278
Configuration menu - View commit details
-
Copy full SHA for d25f990 - Browse repository at this point
Copy the full SHA d25f990View commit details -
Pin
dask
anddistributed
for release (rapidsai#2317)Pinning to be in line with: rapidsai/cudf#10987 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#2317
Configuration menu - View commit details
-
Copy full SHA for 008273b - Browse repository at this point
Copy the full SHA 008273bView commit details
Commits on Jun 1, 2022
-
Fix BFS Docstring (rapidsai#2318)
Corrects the BFS docstring by clarifying that multiple start vertices are accepted as long as they are from different components, and that passing start vertices from the same component will result in undefined behavior. Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - https://github.com/betochimas - Joseph Nke (https://github.com/jnke2016) - Brad Rees (https://github.com/BradReesWork) URL: rapidsai#2318
Configuration menu - View commit details
-
Copy full SHA for 0e03109 - Browse repository at this point
Copy the full SHA 0e03109View commit details -
add bindings for triangle counting (rapidsai#2273)
This PR add python bindings for triangle counting. `cuGraph` and `pylibcuGraph` tests completed Fails when sampling some vertices from the graph that will be used as parameter (`start_list`) for the MG implementation The SG implementation works with and without `start_list` Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2273
Configuration menu - View commit details
-
Copy full SHA for 5da5be7 - Browse repository at this point
Copy the full SHA 5da5be7View commit details -
Refactored SG
hits
and MGkatz_centrality
(rapidsai#2276)This PR: 1. Refactors SG `hits` with the updated pylibcugraph implementation 2. Refactors MG `katz_centrality` with the updated pylibcugraph implementation, adding support for multiple arguments 3. Improves support within `test_doctests.py` to ignore certain docstring examples based on the build architecture (such as ktruss in CUDA 11.4) 4. Passing MG `katz_centrality` testing This PR also closes rapidsai#2025. Authors: - https://github.com/betochimas Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Joseph Nke (https://github.com/jnke2016) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2276
Configuration menu - View commit details
-
Copy full SHA for 83f9f0c - Browse repository at this point
Copy the full SHA 83f9f0cView commit details -
Migrate SG and MG SSSP to pylibcugraph (rapidsai#2295)
Uses the pylibcugraph C API to make these calls instead of the wrapper functions. Removes wrapper functions from the code. Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Joseph Nke (https://github.com/jnke2016) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2295
Configuration menu - View commit details
-
Copy full SHA for 861cef0 - Browse repository at this point
Copy the full SHA 861cef0View commit details -
fix sampling handling of dscr region (rapidsai#2321)
Bug was discovered in how the sampling code is looking up DCSR offset. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Brad Rees (https://github.com/BradReesWork) - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#2321
Configuration menu - View commit details
-
Copy full SHA for 5d147ef - Browse repository at this point
Copy the full SHA 5d147efView commit details -
Refactor MG neighborhood sampling and add SG implementation (rapidsai…
…#2285) A new implementation of neighborhood sampling meeting the new C API was merged. This PR 1. Moves the old implementation to the dir `proto` 2. Refactor MG neighborhood sampling bindings based on the new implementation 3. Add bindings for SG neighborhood sampling 4. Refactor tests DO NOT MERGE YET: PENDING fix for missing vertices in `start_list` closes rapidsai#2272 Authors: - Joseph Nke (https://github.com/jnke2016) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Seunghwa Kang (https://github.com/seunghwak) - https://github.com/betochimas - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2285
Configuration menu - View commit details
-
Copy full SHA for addb9d7 - Browse repository at this point
Copy the full SHA addb9d7View commit details -
Multi GPU Property Graph with basic creation support (rapidsai#2286)
Closes rapidsai#2209 Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Brad Rees (https://github.com/BradReesWork) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2286
Configuration menu - View commit details
-
Copy full SHA for 4c9169c - Browse repository at this point
Copy the full SHA 4c9169cView commit details
Commits on Jun 3, 2022
-
fix 'comms' import in the api_docs (rapidsai#2327)
This PR fixes the `comms` import in the API docs. Authors: Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Brad Rees (https://github.com/BradReesWork)
Configuration menu - View commit details
-
Copy full SHA for 15bdf81 - Browse repository at this point
Copy the full SHA 15bdf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17dc3d7 - Browse repository at this point
Copy the full SHA 17dc3d7View commit details