-
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][Doc][ABI-Break] Add const qualifiers to copies #14140
[SYCL][Bindless][Doc][ABI-Break] Add const qualifiers to copies #14140
Conversation
Add missing const qualifiers to Src parameter in ext_oneapi_copy functions and bindless spec. This is an ABI-Breaking change not intended for merging until the ABI-Break window.
83ddea8
to
574f10d
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.
SYCL changes LGTM.
@Seanst98 since this PR is not intended to be merged till the ABI-breaking window, can we convert it to draft for now, to prevent accidental merges?
Friendly ping @intel/dpcpp-nativecpu-pi-reviewers. |
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.
Native CPU LGTM, thank you
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#1743 has been merged, please update the UR repo/tag as suggested and pull in the latest sycl branch changes.
@intel/llvm-gatekeepers can we merge this please? The CI is failing for one test which is unrelated to this PR and is being addressed in this PR: #14589 |
So this actually pulls in additional UR changes that are needed for #14145 so am happy for this to merge first. |
Add missing const qualifiers to Src parameter in ext_oneapi_copy functions and bindless spec.
This is an ABI-Breaking change not intended for merging until the ABI-Break window.
Corresponding UR PR: oneapi-src/unified-runtime#1743