Fixed Python Bindings for the CUDA Stream Protocol#202
Merged
msimberg merged 2 commits intoghex-org:masterfrom Mar 26, 2026
Merged
Fixed Python Bindings for the CUDA Stream Protocol#202msimberg merged 2 commits intoghex-org:masterfrom
msimberg merged 2 commits intoghex-org:masterfrom
Conversation
msimberg
approved these changes
Mar 24, 2026
Collaborator
Author
|
Need to generate a new GHEX version. |
Collaborator
Author
|
Once this PR is merged ICON4Py must be updated, see PR. |
philip-paul-mueller
added a commit
to C2SM/icon4py
that referenced
this pull request
Mar 27, 2026
In [PR#980](#980) introduced streams into the halo exchanges. For this also `DEFAULT_STREAM`, which models the default stream and implements the [CUDA Stream Protocol](https://nvidia.github.io/cuda-python/cuda-core/latest/interoperability.html#cuda-stream-protocol). However, the original implementation identified as protocol version `1` instead of version `0`. Because of a related bug in [GHEX](ghex-org/GHEX#202) this error was hidden. This PR fixes the Python implementation and also updates GHEX.
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 error was found in PR#198.