kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 1234]
 NKokkos
 Nutils
 Ncallbacks
 REvent
 RBeginEventConcept to constrain any begin event type
 REndEventConcept to constrain any end event type
 RDataEventConcept to constrain any data event type
 RProfileSectionManipulationEventConcept to constrain any profile section manipulation event type
 RNamedEventConcept to constrain any event type that has a name field
 REventOneOfConcept to constrain any event type that is one of the given event types
 RListenerConcept that models that a callable object to be registered as a listener by Kokkos::utils::callbacks::Manager must have a non-empty list of event types that it can be a listener for
 RMatcherConcept that models that a callable object is a matcher for the event types in EventTypeSubList if it is invocable with each event type passed by const reference and returns a bool
 Nconcepts
 RDualViewSpecify that a type is a Kokkos::DualView
 RExecutionSpaceSpecify that a type is a Kokkos execution space
 RMemorySpaceSpecify that a type is a Kokkos memory space
 RSpaceSpecify that a type is a Kokkos space
 RViewSpecify that a type is a Kokkos::View
 RViewOfRankSpecify that a type is a Kokkos::View of given rank Rank
 RModifiableViewSpecify that a type is a modifiable Kokkos::View
 RViewOfSpecify that a type is a Kokkos::View with value type ValueType
 RViewOfInstanceOfSpecify that a type is a Kokkos::View, whose value type is an instance of a given class template U
 Nimpl
 RInstanceOf
 RIsTypeOneOfCheck if T is the same as one of the types Ts