Home
last modified time | relevance | path

Searched refs:LayoutLeft (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/Advanced_Views/07_Overlapping_DeepCopy/
H A Doverlapping_deepcopy.cpp53 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
56 const Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace>& d_a) in FillDevice()
65 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
66 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
82 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> a;
83 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> b;
84 ComputeAHost(const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
86 const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
95 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
96 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
[all …]
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/Advanced_Views/07_Overlapping_DeepCopy/
H A Doverlapping_deepcopy.cpp53 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
56 const Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace>& d_a) in FillDevice()
65 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
66 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
82 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> a;
83 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> b;
84 ComputeAHost(const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
86 const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
95 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
96 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/tutorial/Advanced_Views/07_Overlapping_DeepCopy/
H A Doverlapping_deepcopy.cpp53 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
56 const Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace>& d_a) in FillDevice()
65 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
66 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
82 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> a;
83 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaHostPinnedSpace> b;
84 ComputeAHost(const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
86 const Kokkos::View<double*, Kokkos::LayoutLeft, in ComputeAHost()
95 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> a;
96 Kokkos::View<double*, Kokkos::LayoutLeft, Kokkos::CudaSpace> b;
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestViewSubview.hpp1746 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1750 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1754 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1758 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1783 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1787 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1791 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1795 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1820 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1824 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
[all …]
H A DTestViewSpaceAssign.hpp58 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst> b = in view_space_assign()
59 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("b", 1); in view_space_assign()
67 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst, in view_space_assign()
69 e = Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("e", 1); in view_space_assign()
73 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("f", 1); in view_space_assign()
H A DTestViewMapping_b.hpp193 using dst_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
199 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
205 using src_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
209 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> src; in TEST()
216 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
223 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
231 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
235 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> src; in TEST()
242 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
253 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
H A DTestTeamVector.hpp61 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
129 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
202 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
269 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
340 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
392 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
442 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
487 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
543 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
578 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
[all …]
H A DTestViewLayoutStrideAssignment.hpp81 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
115 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
149 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
183 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
645 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst; in TEST()
677 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst; in TEST()
692 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst; in TEST()
707 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
722 Kokkos::View<double*****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
737 Kokkos::View<double******, Kokkos::LayoutLeft, exec_space> dst; in TEST()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestViewSubview.hpp1746 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1750 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1754 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1758 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1783 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1787 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1791 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1795 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1820 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1824 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
[all …]
H A DTestViewSpaceAssign.hpp58 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst> b = in view_space_assign()
59 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("b", 1); in view_space_assign()
67 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst, in view_space_assign()
69 e = Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("e", 1); in view_space_assign()
73 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("f", 1); in view_space_assign()
H A DTestViewMapping_b.hpp193 using dst_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
199 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
205 using src_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
209 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> src; in TEST()
216 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
223 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
231 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
235 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> src; in TEST()
242 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
253 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
H A DTestTeamVector.hpp61 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
129 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
202 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
269 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
340 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
392 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
442 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
487 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
543 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
578 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
[all …]
H A DTestViewLayoutStrideAssignment.hpp81 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
115 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
149 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
183 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
645 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst; in TEST()
677 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst; in TEST()
692 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst; in TEST()
707 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
722 Kokkos::View<double*****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
737 Kokkos::View<double******, Kokkos::LayoutLeft, exec_space> dst; in TEST()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestViewSubview.hpp1746 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1750 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1754 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1758 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1783 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1787 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1791 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1795 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1820 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
1824 Kokkos::LayoutLeft, Kokkos::LayoutLeft, 3, 5, 0, in test_subview_legal_args_left()
[all …]
H A DTestViewSpaceAssign.hpp58 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst> b = in view_space_assign()
59 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("b", 1); in view_space_assign()
67 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceDst, in view_space_assign()
69 e = Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("e", 1); in view_space_assign()
73 Kokkos::View<double*, Kokkos::LayoutLeft, SpaceSrc>("f", 1); in view_space_assign()
H A DTestViewMapping_b.hpp193 using dst_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
199 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
205 using src_traits = Kokkos::ViewTraits<int, Kokkos::LayoutLeft, exec_space>; in TEST()
209 Kokkos::View<int, Kokkos::LayoutLeft, exec_space> src; in TEST()
216 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
223 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> dst(src); in TEST()
231 Kokkos::ViewTraits<int *, Kokkos::LayoutLeft, exec_space>; in TEST()
235 Kokkos::View<int *, Kokkos::LayoutLeft, exec_space> src; in TEST()
242 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
253 Kokkos::ViewTraits<int **, Kokkos::LayoutLeft, exec_space>; in TEST()
H A DTestTeamVector.hpp61 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
129 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
202 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
269 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
340 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
392 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
442 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
487 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
543 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
578 Kokkos::View<int, Kokkos::LayoutLeft, ExecutionSpace> flag;
[all …]
H A DTestViewLayoutStrideAssignment.hpp81 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
115 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
149 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
183 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst = src; in TEST()
645 Kokkos::View<double*, Kokkos::LayoutLeft, exec_space> dst; in TEST()
677 Kokkos::View<double**, Kokkos::LayoutLeft, exec_space> dst; in TEST()
692 Kokkos::View<double***, Kokkos::LayoutLeft, exec_space> dst; in TEST()
707 Kokkos::View<double****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
722 Kokkos::View<double*****, Kokkos::LayoutLeft, exec_space> dst; in TEST()
737 Kokkos::View<double******, Kokkos::LayoutLeft, exec_space> dst; in TEST()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Layout.hpp74 struct LayoutLeft { struct
76 using array_layout = LayoutLeft; argument
82 LayoutLeft(LayoutLeft const&) = default;
83 LayoutLeft(LayoutLeft&&) = default;
84 LayoutLeft& operator=(LayoutLeft const&) = default;
85 LayoutLeft& operator=(LayoutLeft&&) = default;
88 explicit constexpr LayoutLeft(size_t N0 = 0, size_t N1 = 0, size_t N2 = 0, in LayoutLeft() function
293 struct layout_iterate_type_selector<Kokkos::LayoutLeft> {
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Layout.hpp74 struct LayoutLeft { struct
76 using array_layout = LayoutLeft; argument
82 LayoutLeft(LayoutLeft const&) = default;
83 LayoutLeft(LayoutLeft&&) = default;
84 LayoutLeft& operator=(LayoutLeft const&) = default;
85 LayoutLeft& operator=(LayoutLeft&&) = default;
88 explicit constexpr LayoutLeft(size_t N0 = 0, size_t N1 = 0, size_t N2 = 0, in LayoutLeft() argument
293 struct layout_iterate_type_selector<Kokkos::LayoutLeft> {
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Layout.hpp74 struct LayoutLeft { struct
76 using array_layout = LayoutLeft; argument
82 LayoutLeft(LayoutLeft const&) = default;
83 LayoutLeft(LayoutLeft&&) = default;
84 LayoutLeft& operator=(LayoutLeft const&) = default;
85 LayoutLeft& operator=(LayoutLeft&&) = default;
88 explicit constexpr LayoutLeft(size_t N0 = 0, size_t N1 = 0, size_t N2 = 0, in LayoutLeft() function
293 struct layout_iterate_type_selector<Kokkos::LayoutLeft> {
/dports/science/PETSc/petsc-3.14.1/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx132 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_alpha ("nu_alpha", Nf); in LandauKokkosJacobian()
134 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_beta ("nu_beta", Nf); in LandauKokkosJacobian()
136 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_invMass ("invMass", Nf); in LandauKokkosJacobian()
137 …const Kokkos::View<PetscReal*, Kokkos::LayoutLeft, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos:… in LandauKokkosJacobian()
138 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_Eq_m ("Eq_m", Nf); in LandauKokkosJacobian()
139 …const Kokkos::View<PetscReal*, Kokkos::LayoutLeft, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos:… in LandauKokkosJacobian()
140 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_BB ("BB", Nq*Nb); in LandauKokkosJacobian()
142 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_DD ("DD", Nq*Nb*dim); in LandauKokkosJacobian()
144 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_wiGlobal ("wiGlobal", nip); in LandauKokkosJacobian()
146 Kokkos::View<PetscReal*, Kokkos::LayoutLeft> d_ipdata ("ipdata", nip*(dim + Nf*(dim+1))); in LandauKokkosJacobian()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dsna_kokkos.h77 typedef Kokkos::View<real_type**, Kokkos::LayoutLeft, DeviceType> t_sna_2d_ll;
79 typedef Kokkos::View<real_type***, Kokkos::LayoutLeft, DeviceType> t_sna_3d_ll;
81 typedef Kokkos::View<real_type****, Kokkos::LayoutLeft, DeviceType> t_sna_4d_ll;
88 typedef Kokkos::View<complex**, Kokkos::LayoutLeft, DeviceType> t_sna_2c_ll;
91 typedef Kokkos::View<complex***, Kokkos::LayoutLeft, DeviceType> t_sna_3c_ll;
93 typedef Kokkos::View<complex***[3], Kokkos::LayoutLeft, DeviceType> t_sna_4c3_ll;
94 typedef Kokkos::View<complex****, Kokkos::LayoutLeft, DeviceType> t_sna_4c_ll;
137 const Kokkos::View<real_type***, Kokkos::LayoutLeft, DeviceType> &beta_pack); // ForceSNAP
140 const Kokkos::View<real_type***, Kokkos::LayoutLeft, DeviceType> &beta_pack); // ForceSNAP
166 const Kokkos::View<real_type***, Kokkos::LayoutLeft, DeviceType> &);
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/unit_tests/
H A DTestDualView.hpp86 result = run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >( in test_dualview_alloc()
144 result = run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >( in test_dualview_combinations()
243 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(10, 5, in test_dual_view_deep_copy()
245 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(10, 5, in test_dual_view_deep_copy()
249 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(0, 5, true); in test_dual_view_deep_copy()
250 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(0, 5, in test_dual_view_deep_copy()
254 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(-1, 5, in test_dual_view_deep_copy()
256 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(-1, 5, in test_dual_view_deep_copy()
339 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(); in test_dualview_resize()
383 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(); in test_dualview_realloc()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/containers/unit_tests/
H A DTestDualView.hpp86 result = run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >( in test_dualview_alloc()
144 result = run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >( in test_dualview_combinations()
243 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(10, 5, in test_dual_view_deep_copy()
245 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(10, 5, in test_dual_view_deep_copy()
249 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(0, 5, true); in test_dual_view_deep_copy()
250 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(0, 5, in test_dual_view_deep_copy()
254 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(-1, 5, in test_dual_view_deep_copy()
256 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(-1, 5, in test_dual_view_deep_copy()
339 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(); in test_dualview_resize()
383 run_me<Kokkos::DualView<Scalar**, Kokkos::LayoutLeft, Device> >(); in test_dualview_realloc()
[all …]

12345678910