Skip to content

GH-12594: [Python][GPU] Remove inherently crashy CUDA test - #51206

Merged
pitrou merged 1 commit into
apache:mainfrom
pitrou:gh12594-cuda-python-crashy-test
Sep 7, 2026
Merged

pitrou merged 1 commit into
apache:mainfrom
pitrou:gh12594-cuda-python-crashy-test

Conversation

@pitrou

@pitrou pitrou commented Sep 7, 2026

Copy link
Copy Markdown
Member

What changes are included in this PR?

Remove a CUDA test that tries to access an invalid pointer (after the owning resource was deallocated).

On old CUDA setups it used to raise an exception:

Cuda error 1 in function 'cuMemcpyDtoH': [CUDA_ERROR_INVALID_VALUE] invalid argument

but more recently it has simply started crashing.

Are these changes tested?

By existing CI tests. This should fix a crash in the CUDA Python CI.

Are there any user-facing changes?

No.

Remove a CUDA test that tries to access an invalid pointer (after the owning resource was deallocated).

On old CUDA setups it used to raise an exception:
```
Cuda error 1 in function 'cuMemcpyDtoH': [CUDA_ERROR_INVALID_VALUE] invalid argument
```
but more recently it has simply started crashing.
@pitrou pitrou added the CI: Extra: CUDA Run extra CUDA CI label Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

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

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ GitHub issue #12594 has no components, please add labels for components.

@pitrou

pitrou commented Sep 7, 2026

Copy link
Copy Markdown
Member Author

@raulcd This fixes the CUDA-related crash on Ubuntu 24.04 and resurfaces the good old CUDA Numba interop failures.

@raulcd raulcd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I am happy to merge this and follow up both the original error and probably the removal of the Ubuntu 22 job as Python 3.10 is unsupported.

@github-actions github-actions Bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Sep 7, 2026
@pitrou
pitrou merged commit 6b43215 into apache:main Sep 7, 2026
46 of 65 checks passed
@pitrou pitrou removed the awaiting merge Awaiting merge label Sep 7, 2026
@pitrou
pitrou deleted the gh12594-cuda-python-crashy-test branch September 7, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants