Home
last modified time | relevance | path

Searched defs:base_traits (Results 1 – 25 of 40) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/traits/
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
61 static constexpr bool launch_bounds_is_defaulted = true;
63 using launch_bounds = LaunchBounds<>;
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct
61 static constexpr auto execution_space_is_defaulted = true;
63 using execution_space = Kokkos::DefaultExecutionSpace;
H A DKokkos_ScheduleTrait.hpp61 struct base_traits { struct
62 static constexpr auto schedule_type_is_defaulted = true;
64 using schedule_type = Schedule<Static>;
H A DKokkos_IndexTypeTrait.hpp60 struct base_traits { struct
61 static constexpr bool index_type_is_defaulted = true;
62 using index_type = dependent_policy_trait_default;
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
62 using is_graph_kernel = std::false_type;
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
59 using iteration_pattern = void; // TODO set default iteration pattern
H A DKokkos_OccupancyControlTrait.hpp89 struct base_traits { struct
90 using occupancy_control = Kokkos::Experimental::MaximizeOccupancy;
91 static constexpr bool experimental_contains_desired_occupancy = false;
93 static constexpr occupancy_control impl_get_occupancy_control() { in impl_get_occupancy_control()
H A DKokkos_WorkItemPropertyTrait.hpp60 struct base_traits { struct
61 using work_item_property = Kokkos::Experimental::WorkItemProperty::None_t;
H A DKokkos_WorkTagTrait.hpp60 struct base_traits { struct
61 using work_tag = void;
/dports/devel/kokkos/kokkos-3.4.01/core/src/traits/
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct
61 static constexpr auto execution_space_is_defaulted = true;
63 using execution_space = Kokkos::DefaultExecutionSpace;
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
61 static constexpr bool launch_bounds_is_defaulted = true;
63 using launch_bounds = LaunchBounds<>;
H A DKokkos_ScheduleTrait.hpp61 struct base_traits { struct
62 static constexpr auto schedule_type_is_defaulted = true;
64 using schedule_type = Schedule<Static>;
H A DKokkos_IndexTypeTrait.hpp60 struct base_traits { struct
61 static constexpr bool index_type_is_defaulted = true;
62 using index_type = dependent_policy_trait_default;
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
59 using iteration_pattern = void; // TODO set default iteration pattern
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
62 using is_graph_kernel = std::false_type;
H A DKokkos_OccupancyControlTrait.hpp89 struct base_traits { struct
90 using occupancy_control = Kokkos::Experimental::MaximizeOccupancy;
91 static constexpr bool experimental_contains_desired_occupancy = false;
93 static constexpr occupancy_control impl_get_occupancy_control() { in impl_get_occupancy_control()
H A DKokkos_WorkItemPropertyTrait.hpp60 struct base_traits { struct
61 using work_item_property = Kokkos::Experimental::WorkItemProperty::None_t;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/traits/
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
61 static constexpr bool launch_bounds_is_defaulted = true;
63 using launch_bounds = LaunchBounds<>;
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct
61 static constexpr auto execution_space_is_defaulted = true;
63 using execution_space = Kokkos::DefaultExecutionSpace;
H A DKokkos_ScheduleTrait.hpp61 struct base_traits { struct
62 static constexpr auto schedule_type_is_defaulted = true;
64 using schedule_type = Schedule<Static>;
H A DKokkos_IndexTypeTrait.hpp60 struct base_traits { struct
61 static constexpr bool index_type_is_defaulted = true;
62 using index_type = dependent_policy_trait_default;
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
59 using iteration_pattern = void; // TODO set default iteration pattern
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
62 using is_graph_kernel = std::false_type;
H A DKokkos_OccupancyControlTrait.hpp89 struct base_traits { struct
90 using occupancy_control = Kokkos::Experimental::MaximizeOccupancy;
91 static constexpr bool experimental_contains_desired_occupancy = false;
93 static constexpr occupancy_control impl_get_occupancy_control() { in impl_get_occupancy_control()
H A DKokkos_WorkItemPropertyTrait.hpp60 struct base_traits { struct
61 using work_item_property = Kokkos::Experimental::WorkItemProperty::None_t;

12