Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestTeam.hpp682 struct ScratchTeamFunctor { struct
683 using execution_space = ExecSpace;
684 using value_type = int;
685 using policy_type = Kokkos::TeamPolicy<ScheduleType, execution_space>;
687 enum { SHARED_TEAM_COUNT = 100 };
688 enum { SHARED_THREAD_COUNT = 10 };
690 using shmem_space = typename ExecSpace::scratch_memory_space;
693 using shared_int_array_type =
697 void operator()(const typename policy_type::member_type &ind, in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestTeam.hpp682 struct ScratchTeamFunctor { struct
683 using execution_space = ExecSpace;
684 using value_type = int;
685 using policy_type = Kokkos::TeamPolicy<ScheduleType, execution_space>;
687 enum { SHARED_TEAM_COUNT = 100 };
688 enum { SHARED_THREAD_COUNT = 10 };
690 using shmem_space = typename ExecSpace::scratch_memory_space;
693 using shared_int_array_type =
697 void operator()(const typename policy_type::member_type &ind, in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestTeam.hpp682 struct ScratchTeamFunctor { struct
683 using execution_space = ExecSpace;
684 using value_type = int;
685 using policy_type = Kokkos::TeamPolicy<ScheduleType, execution_space>;
687 enum { SHARED_TEAM_COUNT = 100 };
688 enum { SHARED_THREAD_COUNT = 10 };
690 using shmem_space = typename ExecSpace::scratch_memory_space;
693 using shared_int_array_type =
697 void operator()(const typename policy_type::member_type &ind, in operator ()()