Home
last modified time | relevance | path

Searched defs:FunctorPointwiseSum (Results 1 – 3 of 3) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/hpx/
H A DTestHPX_IndependentInstances.cpp90 struct FunctorPointwiseSum { struct
91 Kokkos::View<int *, Kokkos::Experimental::HPX> a;
92 Kokkos::View<int *, Kokkos::Experimental::HPX> b;
93 Kokkos::View<int *, Kokkos::Experimental::HPX> c;
94 FunctorPointwiseSum(Kokkos::View<int *, Kokkos::Experimental::HPX> a_, in FunctorPointwiseSum() function
100 void operator()(const int i) const { c(i) = a(i) + b(i); } in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/hpx/
H A DTestHPX_IndependentInstances.cpp90 struct FunctorPointwiseSum { struct
91 Kokkos::View<int *, Kokkos::Experimental::HPX> a;
92 Kokkos::View<int *, Kokkos::Experimental::HPX> b;
93 Kokkos::View<int *, Kokkos::Experimental::HPX> c;
94 FunctorPointwiseSum(Kokkos::View<int *, Kokkos::Experimental::HPX> a_, in FunctorPointwiseSum() argument
100 void operator()(const int i) const { c(i) = a(i) + b(i); } in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/hpx/
H A DTestHPX_IndependentInstances.cpp90 struct FunctorPointwiseSum { struct
91 Kokkos::View<int *, Kokkos::Experimental::HPX> a;
92 Kokkos::View<int *, Kokkos::Experimental::HPX> b;
93 Kokkos::View<int *, Kokkos::Experimental::HPX> c;
94 FunctorPointwiseSum(Kokkos::View<int *, Kokkos::Experimental::HPX> a_, in FunctorPointwiseSum() function
100 void operator()(const int i) const { c(i) = a(i) + b(i); } in operator ()()