-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add Feature to Select Devices to Execute Kernels On #458
Comments
We can do this in a backwards compatible manor. What function do we need?
|
Those, as well as synchronization functions on a single device. |
Can you expand on that? We already have synchronize w.r.t to the current active device. |
Having a synchronize function that takes a device would have been nice, but if there's one w.r.t active device, I think it does the job just as well. |
It may also depend if you need stream/queue or device sync. Currently, it implements stream/queue sync for GPU backends. |
It would be great in a multi-device system, the device id that will run a KA kernel could be set through a function call.
cc: @vchuravy
The text was updated successfully, but these errors were encountered: