Home
last modified time | relevance | path

Searched defs:FunctorMDRange (Results 1 – 6 of 6) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTest_InterOp_Streams.hpp83 struct FunctorMDRange { struct
84 Kokkos::View<int*, MemorySpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> a;
85 FunctorMDRange( in FunctorMDRange() function
91 void operator()(const int i, const int j) const { a(i * 10 + j) += 1; } in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTest_InterOp_Streams.hpp83 struct FunctorMDRange { struct
84 Kokkos::View<int*, MemorySpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> a;
85 FunctorMDRange( in FunctorMDRange() function
91 void operator()(const int i, const int j) const { a(i * 10 + j) += 1; } in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTest_InterOp_Streams.hpp83 struct FunctorMDRange { struct
84 Kokkos::View<int*, MemorySpace, Kokkos::MemoryTraits<Kokkos::Unmanaged>> a;
85 FunctorMDRange( in FunctorMDRange() argument
91 void operator()(const int i, const int j) const { a(i * 10 + j) += 1; } in operator ()()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/perf_test/
H A DPerfTest_ExecSpacePartitioning.cpp55 struct FunctorMDRange { struct
56 int M, R;
57 Kokkos::View<double**, TEST_EXECSPACE> a;
58 FunctorMDRange(int M_, int R_, Kokkos::View<double**, TEST_EXECSPACE> a_) in FunctorMDRange() argument
61 void operator()(const int i, const int) const { in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/perf_test/
H A DPerfTest_ExecSpacePartitioning.cpp55 struct FunctorMDRange { struct
56 int M, R;
57 Kokkos::View<double**, TEST_EXECSPACE> a;
58 FunctorMDRange(int M_, int R_, Kokkos::View<double**, TEST_EXECSPACE> a_) in FunctorMDRange() function
61 void operator()(const int i, const int) const { in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/perf_test/
H A DPerfTest_ExecSpacePartitioning.cpp55 struct FunctorMDRange { struct
56 int M, R;
57 Kokkos::View<double**, TEST_EXECSPACE> a;
58 FunctorMDRange(int M_, int R_, Kokkos::View<double**, TEST_EXECSPACE> a_) in FunctorMDRange() argument
61 void operator()(const int i, const int) const { in operator ()()