Skip to content

Commit

Permalink
Mention Kokkos::Threads (#546)
Browse files Browse the repository at this point in the history
* Mention Kokkos::Threads

* Update docs/source/API/core/execution_spaces.rst

Co-authored-by: Cédric Chevalier <cedric.chevalier019@proton.me>

---------

Co-authored-by: Cédric Chevalier <cedric.chevalier019@proton.me>
  • Loading branch information
PhilipDeegan and cedricchevalier19 committed Jul 2, 2024
1 parent 446244d commit 1a8af29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/API/core/execution_spaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ generically as an execution space. For details, see |DocExecutionSpaceConcept|_.
feature of the OpenMP runtime system. Except in rare instances, it should not be used directly, but instead
should be used generically as an execution space. For details, see |DocExecutionSpaceConcept|_.

``Kokkos::Threads``
-------------------

``Kokkos::Threads`` is an |ExecutionSpaceConceptType|_ representing parallel execution with std::threads.
Except in rare instances, it should not be used directly, but instead should be used
generically as an execution space. For details, see |DocExecutionSpaceConcept|_.

``Kokkos::Serial``
------------------

Expand Down

0 comments on commit 1a8af29

Please sign in to comment.