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

Merge latest rapidsai/branch-0.20 into forked branch-0.20 #47

Merged
merged 14 commits into from
May 6, 2021

Conversation

aschaffer
Copy link
Owner

aschaffer/branch-0.20 <- rapidsai/branch-0.20

afender and others added 14 commits April 14, 2021 16:09
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
@aschaffer aschaffer merged commit e57f261 into aschaffer:branch-0.20 May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants