-
Notifications
You must be signed in to change notification settings - Fork 70
HOTFIX Merge of current branch 0.20 to 0.19 #11
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
Merged
raydouglass
merged 10 commits into
rapidsai:branch-0.19
from
quasiben:merge-branch-0.20
Apr 19, 2021
Merged
HOTFIX Merge of current branch 0.20 to 0.19 #11
raydouglass
merged 10 commits into
rapidsai:branch-0.19
from
quasiben:merge-branch-0.20
Apr 19, 2021
Conversation
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
This patch addresses rapidsai#2 - Add GTC session and notebooks information to README.md - Update Welcome notebook to include existing notebooks - Remove `notebooks/Single-process_Tests.ipynb` - Update existing notebooks, assuming that cuCIM is already installed Authors: - Gigon Bae (https://github.com/gigony) - Benjamin Zaitlen (https://github.com/quasiben) Approvers: - Benjamin Zaitlen (https://github.com/quasiben) URL: rapidsai#4
Currently we support CUDA 11.0 and 11.2. Newer CUDA versions are not yet supported. Also CUDA 11.1 was skipped. Authors: - https://github.com/jakirkham Approvers: - Gigon Bae (https://github.com/gigony) - Ray Douglass (https://github.com/raydouglass) - Benjamin Zaitlen (https://github.com/quasiben) URL: rapidsai#5
Fixes missing content on doc pages cc @gigony Authors: - Benjamin Zaitlen (https://github.com/quasiben) Approvers: - https://github.com/jakirkham URL: rapidsai#6
Fix for doc builds Authors: - Benjamin Zaitlen (https://github.com/quasiben) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - https://github.com/jakirkham URL: rapidsai#8
cc @ajschmidt8 @quasiben Authors: - https://github.com/jakirkham Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Gigon Bae (https://github.com/gigony) URL: rapidsai#7
Fix a memory leak and update release notes for v0.19.0
Contributor
- Update `run` script to download GDS from public package (cufile.h is needed to build it locally) - Update CMakeLists.txt accordingly - GDS is still disabled (need to use GDS Conda package and verify it before enabling GDS) - Update CUDA EULA (which include libcufile) - Add dependency to `yasm` which is needed for building libjpeg-turbo - Clear CMakeCathe.txt and existing .so files to build with the updated options - Minor code change (unnecessarily std::move which degrade performance). - Add changelog for `v0.18.3` and update the release date of v0.19.0 to 4/19/2021 Verified with a fresh system that https://github.com/rapidsai/cucim/blob/branch-0.20/CONTRIBUTING.md#script-to-build-cucim-from-source is working. (Previously it didn't work due to `yasm` dependency). Authors: - Gigon Bae (https://github.com/gigony)
Member
Author
|
@gigony i merged in latest changes from branch-20 to here. Was that the last change needed before the release ? |
Contributor
|
Yes, it was.
Thank you Ben!
…On Mon, Apr 19, 2021 at 8:22 AM Benjamin Zaitlen ***@***.***> wrote:
@gigony <https://github.com/gigony> i merged in latest changes from
branch-20 to here. Was that the last change needed before the release ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOW2SQFQGO5TB4MEG2AVQDTJRDDFANCNFSM43BXREKA>
.
|
gigony
approved these changes
Apr 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
PR Merges current 0.20 to 0.19