-
Notifications
You must be signed in to change notification settings - Fork 916
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
update Java bindings version to 0.20 [skip ci] #7747
update Java bindings version to 0.20 [skip ci] #7747
Conversation
Signed-off-by: Peixin Li <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a reference to CUDA 10 in java/README.md
that should get cleaned up as well.
cc: @sameerz for visibility on the removal of CUDA 10.x support in 0.20.
@gpucibot merge |
looks like CI has not been setup for branch-0.20, let me keep this open for a while |
Note that #7780 will change the build environment to require GCC 9, so it would be good to update the CI Dockerfile and README accordingly so it uses devtoolset-9. This can be tackled in a separate PR if desired. |
Removal of 10.x in RAPIDS 0.20 is as expected per https://docs.rapids.ai/notices/rsn0005/ I anticipate that RAPIDS 0.20 will support 11.0 (at a minimum) and 11.2. Once it is confirmed we can add 11.2 to our build. |
Updating the Java bindings package version to match the libcudf version for 0.20 also as [Deprecation announcement for CUDA 10.1 & 10.2 in v0.19](https://docs.rapids.ai/notices/rsn0005/), to update README to drop cuda 10.1 and cuda 10.2. Please let me know if we are going to support other cuda version 11.x except 11.0 Authors: - pxLi (@pxLi) Approvers: - Jason Lowe (@jlowe) - Robert (Bobby) Evans (@revans2) URL: rapidsai#7747
Updating the Java bindings package version to match the libcudf version for 0.20
also as Deprecation announcement for CUDA 10.1 & 10.2 in v0.19, to update README to drop cuda 10.1 and cuda 10.2.
Please let me know if we are going to support other cuda version 11.x except 11.0