-
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
DPPLQueue_Memcpy should return an Event handle and not wait. #84
Comments
@adarshyoga I am assigning this ticket to you as it will be related to the asynchronous kernel execution improvements you are working on for Numba-dppy. |
@adarshyoga ping. |
@oleksandr-pavlyk I have started making the changes needed to fix the issue. However, I wanted to clarify few things that will be impacted by making
|
fixed in #557 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently DPPLQueueMemcpy waits on the event returned by sycl::queue.memcpy before returning. We should instead just return the event back to caller.
The text was updated successfully, but these errors were encountered: