Skip to content

Commit

Permalink
Merge branch 'main' into enh/deprecate_abi_v2_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Jan 31, 2025
2 parents d646310 + ca007c9 commit 92d5013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcudacxx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ learning curve of learning CUDA. However, there are many aspects of writing high
be expressed through purely Standard conforming APIs. For these cases, libcu++ also provides *extensions* of Standard
Library utilities.

For example, libcu++ extends ``atomic<T>`` and other synchornization primitives with the notion of a “thread scope”
For example, libcu++ extends ``atomic<T>`` and other synchronization primitives with the notion of a “thread scope”
that controls the strength of the memory fence.

To use utilities that are extensions to Standard Library features, drop the ``std``:
Expand Down

0 comments on commit 92d5013

Please sign in to comment.