Skip to content

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

Merged
aschaffer merged 14 commits intoaschaffer:branch-0.20from
rapidsai:branch-0.20
May 6, 2021
Merged

Merge latest rapidsai/branch-0.20 into forked branch-0.20#47
aschaffer merged 14 commits intoaschaffer:branch-0.20from
rapidsai:branch-0.20

Conversation

@aschaffer
Copy link
Copy Markdown
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