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 pointer-to-object to list of atomic_ref types #688

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

Conversation

Pennycook
Copy link
Contributor

The fact that this was missing from the list is a bug. sycl::atomic_ref has a specialization for pointer types, and several other parts of the specification talk about atomic operations on pointers.

Use of the term "pointer-to-object types" is aligned with std::atomic_ref.

Closes #684.

The fact that this was missing from the list is a bug. sycl::atomic_ref has a
specialization for pointer types, and several other parts of the specification
talk about atomic operations on pointers.

Use of the term "pointer-to-object types" is aligned with std::atomic_ref.

Signed-off-by: John Pennycook <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarification needed on valid types and specializations for atomic_ref
1 participant