Branch 23.10 merge 23.08#3743
Merged
ajschmidt8 merged 7 commits intorapidsai:branch-23.10from Jul 25, 2023
Merged
Conversation
Moves the wheel build and test logic out of the workflow into the repo. This matches conda tests more closely and allows each repo to manage its own wheels more easily. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#3731
Implements a utility function to renumber sampling function (e.g. `uniform_neighbor_sample`) outputs based on DGL and PyG requirements. closes rapidsai#3718 Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Alex Barghi (https://github.com/alexbarghi-nv) URL: rapidsai#3707
Definition of C API for renumbering of sampling results. Authors: - Chuck Hastings (https://github.com/ChuckHastings) - Seunghwa Kang (https://github.com/seunghwak) - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Seunghwa Kang (https://github.com/seunghwak) URL: rapidsai#3724
This PR refactors the RMAT generator, update docstrings and tests Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#3662
…ai#3620) resolves rapidsai#3030 resolves rapidsai#3023 Authors: - Don Acosta (https://github.com/acostadon) - Brad Rees (https://github.com/BradReesWork) Approvers: - Brad Rees (https://github.com/BradReesWork) URL: rapidsai#3620
By switching to rapids-cmake testing infrastructure we can both run all the tests in parallel from the build environment and the test/install env. Parallel testing performance. - serial baseline: 820sec - serial + improved memory allocation: 798sec - 1 gpu j8: 220sec Authors: - Robert Maynard (https://github.com/robertmaynard) - Matt Joux (https://github.com/MatthiasKohl) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Brad Rees (https://github.com/BradReesWork) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#3697
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
04902cf to
c8e021f
Compare
ajschmidt8
approved these changes
Jul 25, 2023
Member
|
CI is green. admin merging this PR since it's time sensitive. |
This file contains hidden or 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
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.
Replaces #3737. Also updates and runs update-version.sh to handle some previously missed cases.