-
Notifications
You must be signed in to change notification settings - Fork 0
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
Efficiently use both in-order and out-of-order sycl queues. #59
Conversation
Could the return value of |
This is a good point. I'm assuming the overhead of My rational for not storing the value was:
If overhead of the function call turns out to be an issue, we can implement the alternative in the future. |
* Default to in-order queues. * Only order queue as necessary. * Only order queue as necessary. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects,
* Default to in-order queues. * Only order queue as necessary. * Only order queue as necessary. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects,
* Default to in-order queues. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects,
* Default to in-order queues. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects,
…CEED#1456) * Efficiently use both in-order and out-of-order sycl queues. (#59) * Default to in-order queues. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects, * Adds missing changes from previous git-cherry-pick * Efficiently use both in-order and out-of-order sycl queues. (#59) * Default to in-order queues. * Only order queue as necessary. * Use the same queue recursively through a hierarchy of Ceed objects, * Adds missing changes from previous git-cherry-pick * fix formatting errors * further formatting corrections * fix formatting errors for merge * fix errors * fix errors --------- Co-authored-by: Kris Rowe <[email protected]>
Closes #58