We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to create SYCL queues from dpctl while specifying supported properties (IN_ORDER, ENABLE_PROFILING) to the queue constructor.
dpctl
IN_ORDER
ENABLE_PROFILING
Asynchronous errors should be handled and reported back to Python users.
The text was updated successfully, but these errors were encountered:
@oleksandr-pavlyk Should we close this ticket? Or do we need more test cases and examples?
Sorry, something went wrong.
Dpctl async handler is being set during queue/context construction. It id not user modifiable.
Properties of queue can be set. Examples showing that were added.
Closing this issue is appropriate.
oleksandr-pavlyk
Successfully merging a pull request may close this issue.
It should be possible to create SYCL queues from
dpctl
while specifying supported properties (IN_ORDER
,ENABLE_PROFILING
) to the queue constructor.Asynchronous errors should be handled and reported back to Python users.
The text was updated successfully, but these errors were encountered: