Skip to content

Commit

Permalink
Update docs/source/API/containers/ScatterView.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Padioleau <[email protected]>
  • Loading branch information
PaulGannay and tpadioleau authored Feb 4, 2025
1 parent db8b608 commit a4998b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/API/containers/ScatterView.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ That means for example that ``Operation`` can be omitted but if it is specified,
* ``Contribution``:
Whether to contribute to use atomics; defaults to ``Kokkos::Experimental::ScatterAtomics``, other option is ``Kokkoss::Experimental::ScatterNonAtomic``.

Creating a ScatterView with non default ``Operation``, ``Duplication`` or ``Contribution`` using this interface can become complicated, because you need to explicit the exact type for ``DataType``, ``Layout`` and ``ExecSpace``. This is why it is advised that you instead use the function Kokkos::Experimental::|create_scatter_view|_.
Creating a ScatterView with non default ``Operation``, ``Duplication`` or ``Contribution`` using this interface can become complicated, because you need to specify the exact type for ``DataType``, ``Layout`` and ``ExecSpace``. This is why it is advised that you instead use the function Kokkos::Experimental::|create_scatter_view|_.

Description
-----------
Expand Down

0 comments on commit a4998b5

Please sign in to comment.