-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add missing multi_ptr
aliases for access::address_space::generic
#598
Add missing multi_ptr
aliases for access::address_space::generic
#598
Conversation
Add `[decorated_|raw_]generic_ptr` aliases definitions. These aliases were previously mentioned in the text (https://github.com/KhronosGroup/SYCL-Docs/blob/d314fbc9aead30704dd1f4d35db4b55b93bce7b0/adoc/chapters/architecture.adoc?plain=1#L1021), but their definitions were missing where their homologous are defined. Signed-off-by: Victor Perez <[email protected]>
Ignore the CI failure. I think this will be addressed by #597 |
I have no permissions in this repo yet. Can you please assign me the PR and some reviewers? It's quite a small one fixing a small gap in the doc |
Please add CTS tests. |
CTS tests PR: KhronosGroup/SYCL-CTS#935 |
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand. Extend tests so all `multi_ptr` aliases are checked. Signed-off-by: Victor Perez <[email protected]>
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand. Extend tests so all `multi_ptr` aliases are checked. Signed-off-by: Victor Perez <[email protected]>
Can we unlock this? We have CTS tests added and working implementation on |
CTS tests merged. Can we merge this too now? |
We need one more approver. Can someone be a hero? |
WG approved to merge. |
Cherry pick KhronosGroup#598 from main (cherry picked from commit 377f431)
Add missing `multi_ptr` aliases for `access::address_space::generic` (cherry picked from commit 377f431)
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand. Extend tests so all `multi_ptr` aliases are checked. Signed-off-by: Victor Perez <[email protected]>
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand. Extend tests so all `multi_ptr` aliases are checked. --------- Signed-off-by: Victor Perez <[email protected]>
Add
[decorated_|raw_]generic_ptr
aliases definitions.These aliases were previously mentioned in the
text (
SYCL-Docs/adoc/chapters/architecture.adoc
Line 1021 in d314fbc