-
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
Removal of libsyclinterface DPCTLQueueMgr_* function related to device_context #1575
Comments
@oleksandr-pavlyk @ndgrigorian If you agree, I can create a PR. |
I agree, though dpnp may need to be changed before we can merge the PR. There should be nothing blocking opening a PR in dpctl. |
@diptorupd Resolving this issue would also close #11 |
Of course, how can I miss that 😄 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
dpctl_sycl_queue_manager
is a legacy of an old design in DPEP stack where we were planning to use a single Python context manager to define the execution queue globally. DPEP software stack now uses the array API compute follows data programming model, as such the following functions are redundant and should be removed:On dpctl's side I believe the whole dpctl._sycl_queue_manager.pyx can be removed.
Related #11, #410
The text was updated successfully, but these errors were encountered: