Skip to content

Commit

Permalink
UniqueToken.rst: add class constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Nov 7, 2024
1 parent 6910dff commit d5f1d97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/API/core/parallel-dispatch/UniqueToken.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Parameters
* ``UniqueTokenScope``: defaults to ``Instance``, but ``Global`` can be employed when thread awareness is needed for more than one ``ExecutionSpace`` instance, as in the case of submitting concurrent kernels to CUDA streams.


Constructors
-------------
.. cppkokkos:function:: UniqueToken(size_t max_size, ExecutionSpace execution_space, UniqueTokenScope :: Global)
Examples
---------
Expand Down

0 comments on commit d5f1d97

Please sign in to comment.