-
Notifications
You must be signed in to change notification settings - Fork 117
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
[CUDA][EXP] CUDA adapter support for command buffers #932
Conversation
Bensuo
commented
Oct 6, 2023
- Implement initial subset of command buffer functions for CUDA
- Report command buffer extension as supported from device query
- Some additional methods and refactoring to reuse existing adapter code
Linked DPC++ PR: intel/llvm#11133 |
91ac12b
to
5fcf94e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have an in depth view of this functionality, so my review is mostly style/nit, apologies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know anything about command buffers, so my review is in the small. I'll leave someone else to think about the higher level flow
f30f960
to
44cb034
Compare
0f0dd7d
to
b70280f
Compare
b70280f
to
c3c349f
Compare
- Implement initial subset of command buffer functions for CUDA - Report command buffer extension as supported from device query - Some additional methods and refactoring to reuse existing adapter code
c3c349f
to
74f42f8
Compare
This is required after oneapi-src#961
Adds support for enabling CUDA backend with Sycl-Graph: - Enables Graph e2e tests with CUDA backend. Companion PR with CUDA UR adapter changes is here: oneapi-src/unified-runtime#932 --------- Co-authored-by: Ewan Crawford <ewan@codeplay.com> Co-authored-by: Julian Miller <julian.miller@intel.com> Co-authored-by: Ben Tracy <ben.tracy@codeplay.com> Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com> Co-authored-by: Maxime France-Pillois <maxime.francepillois@codeplay.com>