▼NKokkos | |
▼Nutils | |
▼Natomics | |
CInsertMin | Insert an element in a view at a specific index using Kokkos::atomic_min |
▼Ncallbacks | |
▼Nimpl | |
CContainsInOrderMatcher | |
CIsListenerFor | Helper struct needed for the implementation of Kokkos::utils::callbacks::listener_event_type_list_t |
CIsMatcherFor | Helper struct needed for the implementation of the Matcher concept |
CIsMatcherFor< Callable, Kokkos::Impl::type_list< Events... > > | |
CListenerConceptBase | Helper structures used by Kokkos::utils::callbacks::Manager to store and call registered listeners |
CListenerConceptCallOperator | |
CListenerModel | |
CListenerModel< Callable, EventTypes... > | |
CListenerModel< Callable, Kokkos::Impl::type_list< EventTypes... > > | |
CListenerModelBase | |
CListenerModelCallOperator | |
CListOfListenerCallOprPerEventTypeTransformer | Helper struct needed for the implementation of Kokkos::utils::callbacks::impl::listener_call_opr_list_tuple_t |
CAllocateDataEvent | Allocate-data event associated with Kokkos::Tools::Experimental::EventSet::allocate_data |
CAllocDescriptor | Helper struct to hold descriptors of a data allocation |
CAnyEventMatcher | Matcher that returns true for any event |
CBeginDeepCopyEvent | Begin-deep-copy event associated with Kokkos::Tools::Experimental::EventSet::begin_deep_copy |
CBeginFenceEvent | Begin-fence event associated with Kokkos::Tools::Experimental::EventSet::begin_fence |
CBeginParallelForEvent | |
CBeginParallelReduceEvent | Begin-parallel-reduce event associated with Kokkos::Tools::Experimental::EventSet::begin_parallel_reduce |
CBeginParallelScanEvent | Begin-parallel-scan event associated with Kokkos::Tools::Experimental::EventSet::begin_parallel_scan |
CCreateProfileSectionEvent | Create-profile-section event associated with Kokkos::Tools::Experimental::EventSet::create_profile_section |
CDeallocateDataEvent | Deallocate-data event associated with Kokkos::Tools::Experimental::EventSet::deallocate_data |
CDestroyProfileSectionEvent | Destroy-profile-section event associated with Kokkos::Tools::Experimental::EventSet::destroy_profile_section |
CEndDeepCopyEvent | End-deep-copy event associated with Kokkos::Tools::Experimental::EventSet::end_deep_copy |
CEndFenceEvent | End-fence event associated with Kokkos::Tools::Experimental::EventSet::end_fence |
CEndParallelForEvent | End-parallel-for event associated with Kokkos::Tools::Experimental::EventSet::end_parallel_for |
CEndParallelReduceEvent | End-parallel-reduce event associated with Kokkos::Tools::Experimental::EventSet::end_parallel_reduce |
CEndParallelScanEvent | End-parallel-scan event associated with Kokkos::Tools::Experimental::EventSet::end_parallel_scan |
CEventInProfileSectionRegexMatcher | Matcher to select events that occur within a profile section |
CEventRegexMatcher | Matcher to select events whose name matches a regular expression |
CManager | Class to manage Kokkos profiling callback calls |
CManagerTestFixture | |
CPopRegionEvent | Pop-region event associated with Kokkos::Tools::Experimental::EventSet::pop_region |
CProfileEvent | Profile event associated with Kokkos::Tools::Experimental::EventSet::profile_event |
CPushRegionEvent | Push-region event associated with Kokkos::Tools::Experimental::EventSet::push_region |
CRecorderListener | |
CRecorderListener< EventTypes... > | |
CRecorderListener< Kokkos::Impl::type_list< EventTypes... > > | |
CRecorderListener< MatcherType, EventTypes... > | Listener for recording Kokkos profiling callback calls |
CRecorderListener< MatcherType, Kokkos::Impl::type_list< EventTypes... > > | |
CStartProfileSectionEvent | Start-profile-section event associated with Kokkos::Tools::Experimental::EventSet::start_profile_section |
CStopProfileSectionEvent | Stop-profile-section event associated with Kokkos::Tools::Experimental::EventSet::stop_profile_section |
▼Nimpl | |
CTransformTypeList | |
CTransformTypeList< TransformerType, Kokkos::Impl::type_list< Ts... > > | |
CTypeListAt | |
CTypeListAt< 0, Kokkos::Impl::type_list< Head, Tail... > > | |
CTypeListAt< I, Kokkos::Impl::type_list< Head, Tail... > > | |
CTypeListContains | |
CTypeListContains< T, Kokkos::Impl::type_list< Ts... > > | |
CTypeListIndex | |
CTypeListIndex< T, Kokkos::Impl::type_list< Head, Ts... > > | |
CTypeListIndex< T, Kokkos::Impl::type_list< T, Ts... > > | |
CTypeListSize | |
CTypeListSize< Kokkos::Impl::type_list< Ts... > > | |
CTypeListToTuple | |
CTypeListToTuple< Kokkos::Impl::type_list< Ts... > > | |
▼Ntests | |
▼Natomics | |
CInsertMinTest | |
▼Ncallbacks | |
▼Nimpl | |
CEventTestTypes | |
CEventTestTypes< Kokkos::Impl::type_list< EventTypes... > > | |
CEventTest | |
CEventTest< BeginDeepCopyEvent > | |
CEventTest< CreateProfileSectionEvent > | |
CEventTest< EndDeepCopyEvent > | |
CEventTest< EventType > | |
CEventTest< PopRegionEvent > | |
CEventTest< ProfileEvent > | |
CEventTest< PushRegionEvent > | |
CManagerTest | |
▼CMyWorkload | |
CMyFunctor | |
CRecorderListenerSingleEventTypeTest | |
CRecorderListenerTest | |
CTesterListener | Listener that stores the events it receives |
▼Nimpl | |
CVectorOfTransformer | Helper struct for the test of Kokkos::utils::impl::transform_type_list_t |
▼Ntimer | |
CTimerTest | |
▼Ntimer | |
CEvent | Event |
CEvent< Kokkos::Cuda > | |
CEvent< Kokkos::HIP > | |
CTimer | Measure elapsed time between events |