Skip to content

Commit

Permalink
ScatterView.md: addressing DLG comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Nov 29, 2022
1 parent 96fe610 commit b748aeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/API/containers/ScatterView.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public:
typedef typename original_view_type::reference_type original_reference_type;
friend class ScatterAccess<DataType, Operation, ExecSpace, Layout, {ScatterNonDuplicated,ScatterDuplicated}, contribution, ScatterNonAtomic>;
friend class ScatterAccess<DataType, Operation, ExecSpace, Layout, {ScatterNonDuplicated,ScatterDuplicated}, contribution, ScatterAtomic>;
[]:# (TODO: Deprecate types requiring `Kokkos::Impl..` )
typedef typename Kokkos::Impl::Experimental::DuplicatedDataType<DataType, {Kokkos::LayoutRight,Kokkos::LayoutLeft}> data_type_info; // ScatterDuplicated only
typedef typename data_type_info::value_type internal_data_type; // ScatterDuplicated only
typedef Kokkos::View<internal_data_type, {Kokkos::LayoutRight,Kokkos::LayoutLeft}, ExecSpace> internal_view_type; // ScatterDuplicated only
Expand All @@ -59,7 +58,6 @@ public:
template <typename ... Dimensions>
ScatterView(std::string const& name, Dimensions ... dims);
[]: # (TODO: Deprecate types requiring `Kokkos::Impl..` )
template <typename... Properties, typename... Dimensions>
ScatterView(::Kokkos::Impl::ViewCtorProp<Properties...> const& arg_prop, Dimensions... dims);
Expand Down

0 comments on commit b748aeb

Please sign in to comment.