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] Provide support for cuda enhanced compatibility #8924

Merged

Conversation

galipremsagar
Copy link
Contributor

This PR provides support for cuda enhanced compatibility.

With cuda enhanced compatibitlity any code compiled with 11.x version of cuda can now run on any driver >= 450.80.02. 11000 is the minimum cuda version 450.80.02 supports.

@galipremsagar galipremsagar added 3 - Ready for Review Ready for review by team Python Affects Python cuDF API. 4 - Needs cuDF (Python) Reviewer labels Aug 2, 2021
@galipremsagar galipremsagar self-assigned this Aug 2, 2021
@galipremsagar galipremsagar requested a review from a team as a code owner August 2, 2021 17:25
@galipremsagar galipremsagar requested review from trxcllnt and marlenezw and removed request for a team August 2, 2021 17:25
@galipremsagar galipremsagar added non-breaking Non-breaking change bug Something isn't working labels Aug 2, 2021
@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer labels Aug 2, 2021
@codecov
Copy link

codecov bot commented Aug 2, 2021

Codecov Report

Merging #8924 (cd4198d) into branch-21.08 (2d7aa6c) will increase coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head cd4198d differs from pull request most recent head 7491674. Consider uploading reports for the commit 7491674 to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##           branch-21.08    #8924   +/-   ##
=============================================
  Coverage         10.59%   10.59%           
=============================================
  Files               116      116           
  Lines             19035    19034    -1     
=============================================
  Hits               2017     2017           
+ Misses            17018    17017    -1     
Impacted Files Coverage Δ
python/cudf/cudf/utils/gpu_utils.py 0.00% <0.00%> (ø)
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <0.00%> (ø)
python/cudf/cudf/utils/hash_vocab_utils.py 0.00% <0.00%> (ø)

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 2d7aa6c...7491674. Read the comment docs.

@raydouglass raydouglass merged commit 3f729e2 into rapidsai:branch-21.08 Aug 2, 2021
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 bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants