Use only public .handle to access cuda-core objects#794
Merged
brandon-b-miller merged 5 commits intoNVIDIA:mainfrom Feb 23, 2026
Merged
Use only public .handle to access cuda-core objects#794brandon-b-miller merged 5 commits intoNVIDIA:mainfrom
.handle to access cuda-core objects#794brandon-b-miller merged 5 commits intoNVIDIA:mainfrom
Conversation
Contributor
|
Automatic reviews are disabled for this repository. |
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test |
kkraus14
approved these changes
Feb 18, 2026
Contributor
|
@brandon-b-miller it looks like we only introduced it as a public attribute in the upcoming 0.6 release where we'd need to handle it conditionally it seems. |
Contributor
Author
|
/ok to test |
Contributor
Author
|
/ok to test |
kkraus14
approved these changes
Feb 19, 2026
Contributor
Author
|
/ok to test |
gmarkall
added a commit
to gmarkall/numba-cuda
that referenced
this pull request
Mar 2, 2026
- Revert exception hierarchy unification (NVIDIA#634) and its fix (NVIDIA#796) (NVIDIA#816) - fix(errors): restore CUDA exception hierarchy to avoid slow string compilation (NVIDIA#796) - Aligned NumPy dtypes caching (NVIDIA#792) - Fix mixed C ABI / Numba ABI internal-call lowering (NVIDIA#781, NVIDIA#789) (NVIDIA#782) - Disable legilize return type for inline always (NVIDIA#812) - Unpin nvjitlink from ctk version (NVIDIA#809) - Fix int64 elements DWARF encoding in UniTuple types (NVIDIA#807) - Fix incorrect DWARF type encodings for i8 and discriminator types (NVIDIA#806) - Find CUDA headers via pathfinder (NVIDIA#771) - Remove most of `drvapi.py` in favor of direct `cuda-python` usage (NVIDIA#784) - Use only public `.handle` to access `cuda-core` objects (NVIDIA#794) - Fix np.dtype overload signature drift (NVIDIA#797) - Remove unused cudf patch (NVIDIA#786) - Bump `cudf` version to `26.02` in thirdparty tests (NVIDIA#785) - Fix pnputil to only restart NVIDIA display adapters (NVIDIA#779) - Clear `rtsys` during context reset (NVIDIA#783) - Remove `enums` and unused ctypes code that required it (NVIDIA#775) - Fix CI checks job to also fail on dependency failures (NVIDIA#777)
Merged
gmarkall
added a commit
that referenced
this pull request
Mar 2, 2026
- Revert exception hierarchy unification (#634) and its fix (#796) (#816) - fix(errors): restore CUDA exception hierarchy to avoid slow string compilation (#796) - Aligned NumPy dtypes caching (#792) - Fix mixed C ABI / Numba ABI internal-call lowering (#781, #789) (#782) - Disable legilize return type for inline always (#812) - Unpin nvjitlink from ctk version (#809) - Fix int64 elements DWARF encoding in UniTuple types (#807) - Fix incorrect DWARF type encodings for i8 and discriminator types (#806) - Find CUDA headers via pathfinder (#771) - Remove most of `drvapi.py` in favor of direct `cuda-python` usage (#784) - Use only public `.handle` to access `cuda-core` objects (#794) - Fix np.dtype overload signature drift (#797) - Remove unused cudf patch (#786) - Bump `cudf` version to `26.02` in thirdparty tests (#785) - Fix pnputil to only restart NVIDIA display adapters (#779) - Clear `rtsys` during context reset (#783) - Remove `enums` and unused ctypes code that required it (#775) - Fix CI checks job to also fail on dependency failures (#777)
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.
Fix an issue where we're erroneously accessing the
_handleofcuda-coreobjects rather than the.handle.