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

update Java bindings version to 0.20 [skip ci] #7747

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

pxLi
Copy link
Member

@pxLi pxLi commented Mar 29, 2021

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

@pxLi pxLi added 3 - Ready for Review Ready for review by team Java Affects Java cuDF API. 4 - Needs cuDF (Java) Reviewer non-breaking Non-breaking change labels Mar 29, 2021
@pxLi pxLi requested a review from a team as a code owner March 29, 2021 06:22
@pxLi pxLi added the improvement Improvement / enhancement to an existing function label Mar 29, 2021
@pxLi pxLi requested review from revans2, GaryShen2008 and jlowe March 29, 2021 06:32
Copy link
Member

@jlowe jlowe left a 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.

java/ci/README.md Outdated Show resolved Hide resolved
@pxLi
Copy link
Member Author

pxLi commented Mar 30, 2021

@gpucibot merge

@pxLi
Copy link
Member Author

pxLi commented Mar 30, 2021

looks like CI has not been setup for branch-0.20, let me keep this open for a while

@jlowe
Copy link
Member

jlowe commented Mar 31, 2021

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.

@jlowe jlowe changed the title update java bindings version to 0.20 [skip ci] update Java bindings version to 0.20 [skip ci] Mar 31, 2021
@rapids-bot rapids-bot bot merged commit d804a47 into rapidsai:branch-0.20 Mar 31, 2021
@pxLi
Copy link
Member Author

pxLi commented Apr 1, 2021

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.

Got it. I will do some verification locally and make a change after #7780 get merged

@sameerz
Copy link
Contributor

sameerz commented Apr 1, 2021

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.

shwina pushed a commit to shwina/cudf that referenced this pull request Apr 7, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants