We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b73a commit 04a8e80Copy full SHA for 04a8e80
1 file changed
adoc/chapters/programming_interface.adoc
@@ -20340,10 +20340,6 @@ scope for the atomic operations.
20340
Most member functions also provide an optional parameter that allows the
20341
application to override this default.
20342
20343
-All accesses to an object referenced by an [code]#sycl::atomic_ref# must
20344
-exclusively occur through instances of an [code]#sycl::atomic_ref# with the same
20345
-[code]#DefaultScope#.
20346
-
20347
The [code]#sycl::atomic_ref# class also has a template parameter
20348
[code]#AddressSpace#, which allows the application to make an assertion about
20349
the address space of the object of type [code]#T# that it references.
0 commit comments