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

Support getting and setting stream synchronization policy #272

Closed
eyalroz opened this issue Nov 10, 2021 · 0 comments
Closed

Support getting and setting stream synchronization policy #272

eyalroz opened this issue Nov 10, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Nov 10, 2021

With CUDA 11, we can now get and set a synchronization policy of streams (or is it the threads that control streams?). Let's support this in our stream wrapper.

@eyalroz eyalroz added the task label Nov 10, 2021
@eyalroz eyalroz self-assigned this Nov 10, 2021
eyalroz added a commit that referenced this issue Nov 10, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Nov 12, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Nov 12, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Nov 13, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Dec 4, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Dec 10, 2021
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
eyalroz added a commit that referenced this issue Jan 14, 2022
* Can now copy all attributes between streams (with CUDA >= 11).
* Can now get and set streams' synchronization policy (with CUDA >= 11).
@eyalroz eyalroz closed this as completed Jan 14, 2022
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