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
 RIndexedEventConcept to constrain any event type that has a member variable event_id
 REnqueuedEventConcept to constrain any event type that has a member variable dev_id
 REventOneOfConcept to constrain any event type that is one of the given event types
 RListenerCallable is a listener if it is invocable with at least one event type from Kokkos::utils::callbacks::EventTypeList passed by const reference and returns void
 RListenerForCheck that Callable is a listener for each event in EventTypes
 RMatcherCallable is a matcher if it is invocable with at least one event type from Kokkos::utils::callbacks::EventTypeList passed by const reference and returns bool
 RMatcherForCheck that Callable is a matcher for each event in EventTypes
 RStartable
 RStartableWithEvent
 RStoppable
 RStoppableWithEvent
 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