Skip to content
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

Use events to express data dependencies in sycl backends. #45

Open
11 tasks
kris-rowe opened this issue Apr 21, 2023 · 0 comments
Open
11 tasks

Use events to express data dependencies in sycl backends. #45

kris-rowe opened this issue Apr 21, 2023 · 0 comments

Comments

@kris-rowe
Copy link

Details

  • Currently queue::ext_oneapi_submit_barrier is used to enforce sequential ordering of work in out-of-order queues
  • Data dependencies within libCEED can be enforced using the events returned from enqueuing work
  • Relaxing the current sequential ordering would allow for execution overlap where possible

Todo

  • sycl-ref
    • Vector
    • ElemRestriction
    • Basis
    • QFunction
    • Operator
  • sycl-shared
    • Basis
  • sycl-gen
    • QFunction
    • Operator
@kris-rowe kris-rowe added the sycl label Apr 21, 2023
@kris-rowe kris-rowe added this to the Sycl Backend Performance milestone Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant