forked from rapidsai/cugraph
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge latest rapidsai/branch-0.20 into forked branch-0.20 #47
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Got rid of the GIT_SHALLOW setting since it should not be enabled by default. Authors: - Alex Fender (https://github.com/afender)
Merge branch-0.18 into branch-0.19
Remove `defaults` channel from conda build Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - Rick Ratzel (https://github.com/rlratzel) - AJ Schmidt (https://github.com/ajschmidt8) URL: #1564
Miscellaneous bug fixes: a compile error with CUDA 11.2 and a typo. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Andrei Schaffer (https://github.com/aschaffer) URL: #1561
Correctness check in C++ testing was disabled by default. Enable by default. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Brad Rees (https://github.com/BradReesWork) URL: #1560
Merge `branch-0.19` into `branch-0.20`
…#1577) Remove `rapidsai-nightly` conda channel when building main branch Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Brad Rees (https://github.com/BradReesWork) - Rick Ratzel (https://github.com/rlratzel) URL: #1577
Remove progress output on conda packages upload Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Brad Rees (https://github.com/BradReesWork) - Rick Ratzel (https://github.com/rlratzel) URL: #1578
This PR tracks work on missing weights, #1566, by providing default `weight_t{1}` weights. And addresses output format changes, as follows: 1. offsets for vertex paths starting indices, instead of sizes; 2. set of pairs (offset, size) for edge (weight) paths; Example: for an edge path with offsets 0,3,3,5,... meaning 1st path has 3 edges, 2nd path has 0 edges (!), 3rd has 2 edges, etc.; the return is: (0,3), (3,0), (3,2), (5,...), ...; 3. The remaining output format stays the same (i.e., coalesced vertex sets, and coalesced weight sets); Authors: - Andrei Schaffer (https://github.com/aschaffer) Approvers: - Seunghwa Kang (https://github.com/seunghwak) URL: #1567
Two bug fixes for multi-GPU graph creation. - Add barrier to avoid overlap between different communicators - NCCL bug workaround on DGX1 Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Andrei Schaffer (https://github.com/aschaffer) - Brad Rees (https://github.com/BradReesWork) URL: #1572
Enable multi-column support in algorithms. This PR updates: - Katz_centrality - Egonet - SSSP - Subgraph_extraction - K_core - Lap - RandonWalk - added test, waiting for Joseph's wrapper updates Authors: - https://github.com/Iroy30 Approvers: - Brad Rees (https://github.com/BradReesWork) URL: #1559
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aschaffer/branch-0.20 <- rapidsai/branch-0.20