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

Forward-merge branch-23.06 to branch-23.08 #13441

Merged
merged 1 commit into from
May 25, 2023
Merged

Conversation

GPUtester
Copy link
Collaborator

Forward-merge triggered by push to branch-23.06 that creates a PR to keep branch-23.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

…lity works. (#13433)

`cudf` conditionally sets the Numba configuration option `CUDA_ENABLE_MINOR_VERSION_COMPATIBILITY` if it is needed for the current driver/runtime. Using numba 0.57.0, if `numba.cuda` is imported before `cudf`, this option is read too late, and the necessary imports of ptxcompiler/cubinlinker are not available in `numba.cuda.cudadrv.driver`. This PR patches Numba by adding those imports late if (and only if) MVC is needed and `numba.cuda` has already been imported.

See also: numba/numba#8977

Authors:
  - Bradley Dice (https://github.com/bdice)
  - https://github.com/brandon-b-miller

Approvers:
  - https://github.com/brandon-b-miller
  - Graham Markall (https://github.com/gmarkall)

URL: #13433
@GPUtester GPUtester requested a review from a team as a code owner May 25, 2023 01:16
@GPUtester GPUtester requested review from bdice and isVoid May 25, 2023 01:16
@GPUtester GPUtester merged commit 0536a3a into branch-23.08 May 25, 2023
@GPUtester
Copy link
Collaborator Author

SUCCESS - forward-merge complete.

@github-actions github-actions bot added the Python Affects Python cuDF API. label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants