Stop Certain Driver API Discovery for "v2"#185
Merged
brandon-b-miller merged 1 commit intoNVIDIA:mainfrom Apr 2, 2025
Merged
Conversation
kkraus14
approved these changes
Apr 2, 2025
brandon-b-miller
approved these changes
Apr 2, 2025
Merged
jiel-nv
pushed a commit
to jiel-nv/numba-cuda
that referenced
this pull request
Apr 10, 2025
Co-authored-by: isVoid <isVoid@users.noreply.github.com>
gmarkall
added a commit
to gmarkall/numba-cuda
that referenced
this pull request
Apr 18, 2025
This was accidentally deleted in NVIDIA#145.
kkraus14
pushed a commit
that referenced
this pull request
Apr 18, 2025
This was accidentally deleted in #145.
gmarkall
added a commit
to gmarkall/numba-cuda
that referenced
this pull request
Apr 22, 2025
- Locate nvvm, libdevice, nvrtc, and cudart from nvidia-*-cu12 wheels (NVIDIA#155) - reinstate test (NVIDIA#226) - Restore PR NVIDIA#185 (Stop Certain Driver API Discovery for "v2") (NVIDIA#223) - Report NVRTC builtin operation failures to the user (NVIDIA#196) - Add Module Setup and Teardown Callback to Linkable Code Interface (NVIDIA#145) - Test CUDA 12.8. (NVIDIA#187) - Ensure RTC Bindings Clamp to the Maximum Supported CC (NVIDIA#189) - Migrate code style to ruff (NVIDIA#170) - Use less GPU memory in test_managed_alloc_driver_undersubscribe. (NVIDIA#188) - Update workflows to always use proxy cache. (NVIDIA#191)
Merged
gmarkall
added a commit
that referenced
this pull request
Apr 22, 2025
- Locate nvvm, libdevice, nvrtc, and cudart from nvidia-*-cu12 wheels (#155) - reinstate test (#226) - Restore PR #185 (Stop Certain Driver API Discovery for "v2") (#223) - Report NVRTC builtin operation failures to the user (#196) - Add Module Setup and Teardown Callback to Linkable Code Interface (#145) - Test CUDA 12.8. (#187) - Ensure RTC Bindings Clamp to the Maximum Supported CC (#189) - Migrate code style to ruff (#170) - Use less GPU memory in test_managed_alloc_driver_undersubscribe. (#188) - Update workflows to always use proxy cache. (#191)
seibert
added a commit
to seibert/numba
that referenced
this pull request
Sep 18, 2025
seibert
added a commit
to seibert/numba
that referenced
this pull request
Sep 18, 2025
esc
added a commit
to numba/numba
that referenced
this pull request
Oct 30, 2025
Backport of driver fix from NVIDIA/numba-cuda#185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a WAR to deny auto discovery for certain driver APIs that could fail.
The long term solution is detailed in: #173