Skip to content

Commit 1084685

Browse files
authored
[SYCL][Doc] Update ExtendedAtomics documentation (#1487)
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 86acff3 commit 1084685

File tree

2 files changed

+302
-283
lines changed

2 files changed

+302
-283
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)