-
Notifications
You must be signed in to change notification settings - Fork 29
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
Functions for selecting current device #247
Comments
@PokhodenkoSA can you clarify what exactly needs to be done here? The concept of default queue is going to go away from Also, the recent changes that got merged into master adds an API call |
@diptorupd I propose to meet and discuss it. |
The device manager has been significantly modified to let users create SYCL devices as they wish. The notion of current device is deprecated and we will not have the feature in dpctl eventually. @oleksandr-pavlyk Fine with closing the issue? |
Vote to close. |
@diptorupd |
Explicit creation of devices/queues.
|
How |
With adoption of computation follows data paradigm, |
Thanks. |
Closing as the design based on a "current device" has been removed and the device manager code is also slotted to be removed. |
Now current device is changed via
dpctl.device_context
. Internally it changes current device at enter to context and return previous device on exit from context. Functions for changing current device should be provided in API.Functions:
Also functions could provide access to internal contexts stack.
The text was updated successfully, but these errors were encountered: