Skip to content

GH-49437: [Python][GPU] Fix numba-cuda interop after ctypes removal in numba-cuda 0.28#49446

Closed
raulcd wants to merge 1 commit intoapache:mainfrom
raulcd:GH-49437
Closed

GH-49437: [Python][GPU] Fix numba-cuda interop after ctypes removal in numba-cuda 0.28#49446
raulcd wants to merge 1 commit intoapache:mainfrom
raulcd:GH-49437

Conversation

@raulcd
Copy link
Member

@raulcd raulcd commented Mar 4, 2026

Rationale for this change

Python cuda jobs are currently failing with 'cuda.bindings.driver.CUcontext' object has no attribute 'value'

What changes are included in this PR?

Cast to int instead of using .value accessor.
This is related to this PR:

Are these changes tested?

Yes via archery

Are there any user-facing changes?

No

@raulcd raulcd added the CI: Extra: CUDA Run extra CUDA CI label Mar 4, 2026
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

⚠️ GitHub issue #49437 has been automatically assigned in GitHub to PR creator.

@raulcd
Copy link
Member Author

raulcd commented Mar 4, 2026

Closed this as this was just a way of exercising CI with a naive approach that wasn't going to work. I am not sure I'll have time to spend on this.

@raulcd raulcd deleted the GH-49437 branch March 4, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting committer review Awaiting committer review CI: Extra: CUDA Run extra CUDA CI Component: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant