Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

victor-eds
Copy link

Add [decorated_|raw_]generic_ptr aliases definitions.

These aliases were previously mentioned in the
text (

[code]#sycl::raw_local_ptr#, [code]#sycl::raw_global_ptr#,
), but their definitions were missing where their homologous are defined.

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 <victor.perez@codeplay.com>
@CLAassistant
Copy link

CLAassistant commented Aug 2, 2024

CLA assistant check
All committers have signed the CLA.

@gmlueck
Copy link
Contributor

gmlueck commented Aug 2, 2024

Ignore the CI failure. I think this will be addressed by #597

@victor-eds
Copy link
Author

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

@tomdeakin tomdeakin added the Agenda To be discussed during a SYCL committee meeting label Aug 28, 2024
@tomdeakin
Copy link
Contributor

Please add CTS tests.

@victor-eds
Copy link
Author

CTS tests PR: KhronosGroup/SYCL-CTS#935

victor-eds added a commit to intel/llvm that referenced this pull request Sep 13, 2024
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 <victor.perez@codeplay.com>
victor-eds added a commit to intel/llvm that referenced this pull request Sep 13, 2024
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 <victor.perez@codeplay.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agenda To be discussed during a SYCL committee meeting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants