Skip to content

Commit 655d35b

Browse files
committed
[SYCL][Doc] Update ExtendedAtomics documentation
Several major changes to the extension: - No longer replaces cl::sycl::atomic - Closer alignment with C++20 atomic_ref - Supports additional memory orders Signed-off-by: John Pennycook <[email protected]>
1 parent 3c0a0f1 commit 655d35b

File tree

2 files changed

+283
-285
lines changed

2 files changed

+283
-285
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SYCL_INTEL_extended_atomics
22

3-
Replaces the `cl::sycl::atomic` class with the `cl::sycl::intel::atomic` class, which exposes additional functionality aligned with the `std::atomic` class from C++11 and C++20.
3+
Introduces the `cl::sycl::intel::atomic_ref` class, which exposes additional functionality aligned with the `std::atomic_ref` class from C++20.

0 commit comments

Comments
 (0)