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

[REVIEW] Allow CuPy 8.x #6409

Merged
merged 3 commits into from
Oct 5, 2020
Merged

Conversation

mdemoret-nv
Copy link
Contributor

Both cuML and cuSignal would like to move to cuPy 8 and have done initial testing with it. This change does not eliminate 7.x support, just allows 8.x.

PR for cuml: rapidsai/cuml#2910
PR for integration: rapidsai/integration#139

@mdemoret-nv mdemoret-nv requested a review from a team as a code owner October 2, 2020 19:27
@GPUtester
Copy link
Collaborator

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@kkraus14 kkraus14 added 3 - Ready for Review Ready for review by team conda Python Affects Python cuDF API. labels Oct 2, 2020
@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

Merging #6409 into branch-0.16 will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.16    #6409      +/-   ##
===============================================
+ Coverage        82.96%   82.98%   +0.02%     
===============================================
  Files               94       94              
  Lines            14827    14828       +1     
===============================================
+ Hits             12301    12305       +4     
+ Misses            2526     2523       -3     
Impacted Files Coverage Δ
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/abc.py 91.48% <0.00%> (+4.25%) ⬆️
python/cudf/cudf/utils/gpu_utils.py 58.53% <0.00%> (+4.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 185fe96...50a73b9. Read the comment docs.

@jakirkham jakirkham added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Oct 5, 2020
@kkraus14 kkraus14 merged commit e9330f7 into rapidsai:branch-0.16 Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants