Home
last modified time | relevance | path

Searched defs:AnalyzeExecPolicy (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/traits/
H A DKokkos_OccupancyControlTrait.hpp113 struct AnalyzeExecPolicy<void, Kokkos::Experimental::DesiredOccupancy, struct
116 using base_t = AnalyzeExecPolicy<void, Traits...>;
117 using occupancy_control = Kokkos::Experimental::DesiredOccupancy;
118 static constexpr bool experimental_contains_desired_occupancy = true;
127 occupancy_control m_desired_occupancy;
133 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const& other) in AnalyzeExecPolicy() argument
140 AnalyzeExecPolicy& operator=( in operator =()
149 constexpr occupancy_control impl_get_occupancy_control() const { in impl_get_occupancy_control()
164 struct AnalyzeExecPolicy<void, Kokkos::Experimental::MaximizeOccupancy, struct
166 using base_t = AnalyzeExecPolicy<void, Traits...>;
[all …]
H A DKokkos_IndexTypeTrait.hpp78 struct AnalyzeExecPolicy<void, Kokkos::IndexType<IntegralIndexType>, Traits...> struct
80 using base_t = AnalyzeExecPolicy<void, Traits...>;
84 static constexpr bool index_type_is_defaulted = false;
85 using index_type = Kokkos::IndexType<IntegralIndexType>;
90 struct AnalyzeExecPolicy< struct
93 using base_t = AnalyzeExecPolicy<void, Traits...>;
97 static constexpr bool index_type_is_defaulted = false;
98 using index_type = Kokkos::IndexType<IntegralIndexType>;
H A DKokkos_LaunchBoundsTrait.hpp76 struct AnalyzeExecPolicy<void, Kokkos::LaunchBounds<MaxT, MinB>, Traits...> struct
78 using base_t = AnalyzeExecPolicy<void, Traits...>;
82 static constexpr bool launch_bounds_is_defaulted = false;
83 using launch_bounds = Kokkos::LaunchBounds<MaxT, MinB>;
H A DKokkos_ExecutionSpaceTrait.hpp76 struct AnalyzeExecPolicy< struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
85 static constexpr bool execution_space_is_defaulted = false;
87 using execution_space = ExecutionSpace;
H A DKokkos_ScheduleTrait.hpp77 struct AnalyzeExecPolicy<void, Kokkos::Schedule<ScheduleType>, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
83 static constexpr bool schedule_type_is_defaulted = false;
84 using schedule_type = Kokkos::Schedule<ScheduleType>;
H A DKokkos_GraphKernelTrait.hpp75 struct AnalyzeExecPolicy<void, Impl::IsGraphKernelTag, Traits...> struct
77 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using is_graph_kernel = std::true_type;
H A DKokkos_IterationPatternTrait.hpp72 struct AnalyzeExecPolicy< struct
75 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using iteration_pattern = IterationPattern;
H A DKokkos_WorkItemPropertyTrait.hpp75 struct AnalyzeExecPolicy< struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
85 using work_item_property = Property;
/dports/devel/kokkos/kokkos-3.4.01/core/src/traits/
H A DKokkos_OccupancyControlTrait.hpp113 struct AnalyzeExecPolicy<void, Kokkos::Experimental::DesiredOccupancy, struct
116 using base_t = AnalyzeExecPolicy<void, Traits...>;
117 using occupancy_control = Kokkos::Experimental::DesiredOccupancy;
118 static constexpr bool experimental_contains_desired_occupancy = true;
127 occupancy_control m_desired_occupancy;
133 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const& other) in AnalyzeExecPolicy() argument
140 AnalyzeExecPolicy& operator=( in operator =()
149 constexpr occupancy_control impl_get_occupancy_control() const { in impl_get_occupancy_control()
164 struct AnalyzeExecPolicy<void, Kokkos::Experimental::MaximizeOccupancy, struct
166 using base_t = AnalyzeExecPolicy<void, Traits...>;
[all …]
H A DKokkos_IndexTypeTrait.hpp78 struct AnalyzeExecPolicy<void, Kokkos::IndexType<IntegralIndexType>, Traits...> struct
80 using base_t = AnalyzeExecPolicy<void, Traits...>;
84 static constexpr bool index_type_is_defaulted = false;
85 using index_type = Kokkos::IndexType<IntegralIndexType>;
90 struct AnalyzeExecPolicy< struct
93 using base_t = AnalyzeExecPolicy<void, Traits...>;
97 static constexpr bool index_type_is_defaulted = false;
98 using index_type = Kokkos::IndexType<IntegralIndexType>;
H A DKokkos_ExecutionSpaceTrait.hpp76 struct AnalyzeExecPolicy< struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
85 static constexpr bool execution_space_is_defaulted = false;
87 using execution_space = ExecutionSpace;
H A DKokkos_LaunchBoundsTrait.hpp76 struct AnalyzeExecPolicy<void, Kokkos::LaunchBounds<MaxT, MinB>, Traits...> struct
78 using base_t = AnalyzeExecPolicy<void, Traits...>;
82 static constexpr bool launch_bounds_is_defaulted = false;
83 using launch_bounds = Kokkos::LaunchBounds<MaxT, MinB>;
H A DKokkos_ScheduleTrait.hpp77 struct AnalyzeExecPolicy<void, Kokkos::Schedule<ScheduleType>, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
83 static constexpr bool schedule_type_is_defaulted = false;
84 using schedule_type = Kokkos::Schedule<ScheduleType>;
H A DKokkos_IterationPatternTrait.hpp72 struct AnalyzeExecPolicy< struct
75 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using iteration_pattern = IterationPattern;
H A DKokkos_GraphKernelTrait.hpp75 struct AnalyzeExecPolicy<void, Impl::IsGraphKernelTag, Traits...> struct
77 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using is_graph_kernel = std::true_type;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/traits/
H A DKokkos_OccupancyControlTrait.hpp113 struct AnalyzeExecPolicy<void, Kokkos::Experimental::DesiredOccupancy, struct
116 using base_t = AnalyzeExecPolicy<void, Traits...>;
117 using occupancy_control = Kokkos::Experimental::DesiredOccupancy;
118 static constexpr bool experimental_contains_desired_occupancy = true;
127 occupancy_control m_desired_occupancy;
133 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const& other) in AnalyzeExecPolicy() function
140 AnalyzeExecPolicy& operator=( in operator =()
149 constexpr occupancy_control impl_get_occupancy_control() const { in impl_get_occupancy_control()
164 struct AnalyzeExecPolicy<void, Kokkos::Experimental::MaximizeOccupancy, struct
166 using base_t = AnalyzeExecPolicy<void, Traits...>;
[all …]
H A DKokkos_IndexTypeTrait.hpp78 struct AnalyzeExecPolicy<void, Kokkos::IndexType<IntegralIndexType>, Traits...> struct
80 using base_t = AnalyzeExecPolicy<void, Traits...>;
84 static constexpr bool index_type_is_defaulted = false;
85 using index_type = Kokkos::IndexType<IntegralIndexType>;
90 struct AnalyzeExecPolicy< struct
93 using base_t = AnalyzeExecPolicy<void, Traits...>;
97 static constexpr bool index_type_is_defaulted = false;
98 using index_type = Kokkos::IndexType<IntegralIndexType>;
H A DKokkos_LaunchBoundsTrait.hpp76 struct AnalyzeExecPolicy<void, Kokkos::LaunchBounds<MaxT, MinB>, Traits...> struct
78 using base_t = AnalyzeExecPolicy<void, Traits...>;
82 static constexpr bool launch_bounds_is_defaulted = false;
83 using launch_bounds = Kokkos::LaunchBounds<MaxT, MinB>;
H A DKokkos_ExecutionSpaceTrait.hpp76 struct AnalyzeExecPolicy< struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
85 static constexpr bool execution_space_is_defaulted = false;
87 using execution_space = ExecutionSpace;
H A DKokkos_ScheduleTrait.hpp77 struct AnalyzeExecPolicy<void, Kokkos::Schedule<ScheduleType>, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
83 static constexpr bool schedule_type_is_defaulted = false;
84 using schedule_type = Kokkos::Schedule<ScheduleType>;
H A DKokkos_IterationPatternTrait.hpp72 struct AnalyzeExecPolicy< struct
75 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using iteration_pattern = IterationPattern;
H A DKokkos_GraphKernelTrait.hpp75 struct AnalyzeExecPolicy<void, Impl::IsGraphKernelTag, Traits...> struct
77 using base_t = AnalyzeExecPolicy<void, Traits...>;
79 using is_graph_kernel = std::true_type;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_AnalyzePolicy.hpp77 struct AnalyzeExecPolicy<void, void, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
94 struct AnalyzeExecPolicy<void> struct
103 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const&) {} in AnalyzeExecPolicy() argument
106 AnalyzeExecPolicy& operator=(ExecPolicyTraitsWithDefaults<Other> const&) { in operator =()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_AnalyzePolicy.hpp77 struct AnalyzeExecPolicy<void, void, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
94 struct AnalyzeExecPolicy<void> struct
103 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const&) {} in AnalyzeExecPolicy() function
106 AnalyzeExecPolicy& operator=(ExecPolicyTraitsWithDefaults<Other> const&) { in operator =()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_AnalyzePolicy.hpp77 struct AnalyzeExecPolicy<void, void, Traits...> struct
79 using base_t = AnalyzeExecPolicy<void, Traits...>;
94 struct AnalyzeExecPolicy<void> struct
103 AnalyzeExecPolicy(ExecPolicyTraitsWithDefaults<Other> const&) {} in AnalyzeExecPolicy() function
106 AnalyzeExecPolicy& operator=(ExecPolicyTraitsWithDefaults<Other> const&) { in operator =()

12