Skip to content

dpctl.get_current_queue is now cimportable #125

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

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

oleksandr-pavlyk
Copy link
Contributor

This change enables changes like the following:

-    cdef c_dpctl.SyclQueue q = <c_dpctl.SyclQueue>dpctl.get_current_queue()
+    cdef c_dpctl.SyclQueue q = c_dpctl.get_current_queue()

Copy link
Contributor

@diptorupd diptorupd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can be merged once CI completes.

@oleksandr-pavlyk
Copy link
Contributor Author

C is failing due to some internal CI problems. This PR can be built locally just fine. I am inclined to merge this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants