Skip to content

Conversation

@kkraus14
Copy link
Collaborator

@kkraus14 kkraus14 commented Nov 7, 2025

Description

Adds __cuda_stream__ protocol to the driver.CUstream class. Need to add tests.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Nov 7, 2025

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.

return (0, <uintptr_t><void_ptr>(self._pvt_ptr[0]))
{{endif}}


Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will fix this in a follow up PR on the codegen side.

Suggested change

@leofang leofang linked an issue Nov 7, 2025 that may be closed by this pull request
1 task
@leofang leofang added enhancement Any code-related improvements triage Needs the team's attention cuda.bindings Everything related to the cuda.bindings module labels Nov 7, 2025
@leofang leofang added this to the cuda-python 13-next, 12-next milestone Nov 7, 2025
Copy link
Contributor

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

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

🚢

@leofang leofang added P1 Medium priority - Should do and removed triage Needs the team's attention labels Nov 11, 2025
@leofang
Copy link
Member

leofang commented Nov 17, 2025

/ok to test 485170d

@leofang leofang enabled auto-merge (squash) November 17, 2025 23:16
@github-actions

This comment has been minimized.

@leofang leofang merged commit b1a6baf into NVIDIA:main Nov 20, 2025
113 of 115 checks passed
@kkraus14 kkraus14 added the to-be-backported Trigger the bot to raise a backport PR upon merge label Nov 20, 2025
github-actions bot pushed a commit that referenced this pull request Nov 20, 2025
@github-actions
Copy link

Successfully created backport PR for 12.9.x:

@github-actions
Copy link

Doc Preview CI
Preview removed because the pull request was closed or merged.

kkraus14 added a commit that referenced this pull request Nov 20, 2025
Co-authored-by: Keith Kraus <keith.j.kraus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cuda.bindings Everything related to the cuda.bindings module enhancement Any code-related improvements P1 Medium priority - Should do to-be-backported Trigger the bot to raise a backport PR upon merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA]: Support CUDA Stream protocol in Stream related classes

3 participants