Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pointer-to-object to list of atomic_ref types
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]>
- Loading branch information