From a4998b5e7e8095785df4576eca5a1355b0a828de Mon Sep 17 00:00:00 2001 From: PaulGannay Date: Tue, 4 Feb 2025 09:17:15 +0100 Subject: [PATCH] Update docs/source/API/containers/ScatterView.rst Co-authored-by: Thomas Padioleau --- docs/source/API/containers/ScatterView.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/API/containers/ScatterView.rst b/docs/source/API/containers/ScatterView.rst index 4e465c193..a01da480f 100644 --- a/docs/source/API/containers/ScatterView.rst +++ b/docs/source/API/containers/ScatterView.rst @@ -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 -----------