Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access the default stream of a (non-primary) context #651

Closed
eyalroz opened this issue Jun 15, 2024 · 0 comments
Closed

Can't access the default stream of a (non-primary) context #651

eyalroz opened this issue Jun 15, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jun 15, 2024

Every CUDA context should have a default stream; yet - we only support access of the default stream for the primary context of a device... let's extend that support to all streams.

eyalroz added a commit that referenced this issue Jun 17, 2024
* Can now (easily) access the default stream of a context
* Can now launch a kernel with `context_t::launch()`, implicitly using the context's default stream
@eyalroz eyalroz closed this as completed in 7ee5d40 Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant