-
Notifications
You must be signed in to change notification settings - Fork 738
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
[SYCL][Bindless] Add image_mem_handle to image_mem_handle devices copies. #12449
[SYCL][Bindless] Add image_mem_handle to image_mem_handle devices copies. #12449
Conversation
cc99ee3
to
ed2b572
Compare
CI is now passing, tagging @intel/unified-runtime-reviewers and @intel/llvm-reviewers-runtime for reviews |
Friendly ping @intel/llvm-reviewers-runtime, @intel/unified-runtime-reviewers and @sergey-semenov for reviews. |
Associated UR PR oneapi-src/unified-runtime#1265 |
https://github.com/cppchedy/unified-runtime.git | ||
f9fb11670f49eb8080cd721d681005e508fd2cc5 |
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.
oneapi-src/unified-runtime#1265 is merged. We are using the main tag just now so if you could update that instead of this to point at this commit that'd be very helpful.
commit 7fcfe3ad8882fee23d83fa0fc4c4c944262a9ea3
Merge: b37fa2c4 f9fb1167
Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
Date: Wed Apr 24 10:38:00 2024 +0100
Merge pull request #1265 from cppchedy/chedy/device-to-device-copy
[Bindless][Exp] Add support for device to device copies between CuArrays
@intel/llvm-gatekeepers please merge |
Add support for device to device copy for
image_mem_handle
toimage_mem_handle
.