-
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] 1D Image copy fix #12342
Conversation
@cppchedy oneapi-src/unified-runtime#1240 has merged, please update |
@aarongreig thanks, updated. |
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.
can you update the description as well
oh and I guess you'll need to re-resolve the conflict, this always gets fiddly when we're trying to merge UR bumps back to back |
@intel/llvm-gatekeepers please merge |
Fix copying problem for 1d images in both directions, from device to host and host to device.