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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants