-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Bindless][UR] Add support for timeline semaphores #17395
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
Conversation
Add support for timeline semaphores on linux and windows for CUDA backend and preliminary support in L0 backend. Update vulkan_interop/sampled_images.cpp to remove redundant wait when using semaphores.
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.
The doc comments don't ready will, I've suggested improvements but some additional information about how/when to use these would be better still.
@intel/bindless-images-reviewers @intel/llvm-reviewers-runtime @againull Friendly ping |
… from vulkan and could be from OpenGL
@intel/llvm-gatekeepers Should be good to merge. |
Add support for timeline semaphores on linux and windows for CUDA backend and preliminary support in L0 backend. Update vulkan_interop/sampled_images.cpp to remove redundant wait when using semaphores.