Skip to content

Commit 4445462

Browse files
authored
[SYCL][Doc] Add ExtendedAtomics extension (#1081)
* [SYCL][Doc] Add ExtendedAtomics extension Adds missing atomic operators from C++11. Adds floating-point support from C++20. Signed-off-by: John Pennycook <[email protected]>
1 parent aabe58f commit 4445462

File tree

2 files changed

+530
-0
lines changed

2 files changed

+530
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SYCL_INTEL_extended_atomics
2+
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.

0 commit comments

Comments
 (0)