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

Replace custom CUDA bindings previously provided by RMM with official CUDA Python bindings #10008

Merged

Conversation

shwina
Copy link
Contributor

@shwina shwina commented Jan 10, 2022

This PR replaces custom CUDA bindings that are provided by RMM, with official CUDA Python bindings. This PR should be merged after the RMM PR rapidsai/rmm#930

@github-actions github-actions bot added the cuDF (Python) Affects Python cuDF API. label Jan 10, 2022
@caryr35 caryr35 added this to PR-WIP in v22.02 Release via automation Jan 10, 2022
@shwina shwina marked this pull request as ready for review January 11, 2022 15:02
@shwina shwina requested a review from a team as a code owner January 11, 2022 15:02
@shwina shwina added the 5 - DO NOT MERGE Hold off on merging; see PR for details label Jan 11, 2022
Copy link
Contributor

@brandon-b-miller brandon-b-miller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm pending adding the dependency

Copy link
Contributor

@vyasr vyasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I grepped the code base and couldn't find any other uses of these APIs. We'll also need to update conda environments, conda recipes, and docker/package_versions.sh (optional). Since we don't put dependencies in our setup.[py|cfg] scripts I don't think we need to touch those.

v22.02 Release automation moved this from PR-WIP to PR-Needs review Jan 11, 2022
@shwina shwina requested a review from a team as a code owner January 12, 2022 15:51
@github-actions github-actions bot added the conda conda issue label Jan 12, 2022
v22.02 Release automation moved this from PR-Needs review to PR-Reviewer approved Jan 14, 2022
@vyasr
Copy link
Contributor

vyasr commented Jan 14, 2022

Still curious about docker/package_version.sh, can someone in @rapidsai/ops-codeowners confirm whether that needs an update as well?

@ajschmidt8
Copy link
Member

Still curious about docker/package_version.sh, can someone in @rapidsai/ops-codeowners confirm whether that needs an update as well?

That can be removed.

@galipremsagar
Copy link
Contributor

rerun tests

1 similar comment
@shwina
Copy link
Contributor Author

shwina commented Jan 19, 2022

rerun tests

@shwina shwina removed the 5 - DO NOT MERGE Hold off on merging; see PR for details label Jan 19, 2022
@galipremsagar galipremsagar added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function 5 - Ready to Merge Testing and reviews complete, ready to merge labels Jan 19, 2022
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the outdated shim for CUDA 10 support. Also please fix the errant tab on line 81 (Maxwell ... 5.x) to spaces.

python/cudf/cudf/utils/gpu_utils.py Show resolved Hide resolved
v22.02 Release automation moved this from PR-Reviewer approved to PR-Needs review Jan 19, 2022
python/cudf/cudf/utils/gpu_utils.py Show resolved Hide resolved
v22.02 Release automation moved this from PR-Needs review to PR-Reviewer approved Jan 19, 2022
@codecov
Copy link

codecov bot commented Jan 19, 2022

Codecov Report

Merging #10008 (206535d) into branch-22.02 (967a333) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02   #10008      +/-   ##
================================================
- Coverage         10.49%   10.40%   -0.09%     
================================================
  Files               119      119              
  Lines             20305    20557     +252     
================================================
+ Hits               2130     2139       +9     
- Misses            18175    18418     +243     
Impacted Files Coverage Δ
python/custreamz/custreamz/kafka.py 29.16% <0.00%> (-0.63%) ⬇️
python/dask_cudf/dask_cudf/sorting.py 92.66% <0.00%> (-0.25%) ⬇️
python/dask_cudf/dask_cudf/core.py 70.85% <0.00%> (-0.17%) ⬇️
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/api/types.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/parquet.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/dtypes.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/scalar.py 0.00% <0.00%> (ø)
... and 32 more

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 dd390a2...206535d. Read the comment docs.

@galipremsagar
Copy link
Contributor

rerun tests

1 similar comment
@galipremsagar
Copy link
Contributor

rerun tests

@galipremsagar
Copy link
Contributor

@gpucibot merge

@galipremsagar galipremsagar removed the request for review from marlenezw January 20, 2022 00:46
@rapids-bot rapids-bot bot merged commit f041034 into rapidsai:branch-22.02 Jan 20, 2022
v22.02 Release automation moved this from PR-Reviewer approved to Done Jan 20, 2022
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 conda conda issue cuDF (Python) Affects Python cuDF API. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

7 participants