kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Test List
Member Kokkos::utils::tests::atomics::TEST (atomics, InsertMin)
Check that Kokkos::utils::atomics::InsertMin works as expected.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, BeginEvent)
Check that Kokkos::utils::callbacks::BeginEvent appropriately constrains the begin event types.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, EndEvent)
Check that Kokkos::utils::callbacks::EndEvent appropriately constrains the end event types.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, DataEvent)
Check that Kokkos::utils::callbacks::DataEvent appropriately constrains the data event types.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, ProfileSectionManipulationEvent)
Check that Kokkos::utils::callbacks::ProfileSectionManipulationEvent appropriately constrains the profile section manipulation event types.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, NamedEvent)
Check that Kokkos::utils::callbacks::NamedEvent appropriately constrains the event types that have a name field.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, name)
Check Kokkos::utils::callbacks::get_name.
Member Kokkos::utils::tests::callbacks::TEST (EventTest, paired_event)
Check Kokkos::utils::callbacks::paired_event_t.
Member Kokkos::utils::tests::callbacks::TEST (ABeginParallelForEventWithName, CanDescribeItself)
Check that Kokkos::utils::tests::callbacks::ABeginParallelForEventWithName can describe itself.
Member Kokkos::utils::tests::callbacks::TEST (ContainsInOrderMatcher, CanDescribeItself)
Check that Kokkos::utils::tests::callbacks::ContainsInOrder can describe itself.
Member Kokkos::utils::tests::callbacks::TEST (ContainsInOrderMatcher, Matches)
Check that Kokkos::utils::tests::callbacks::ContainsInOrder matches as expected.
Member Kokkos::utils::tests::callbacks::TEST (Manager, singleton_traits)
Check properties of Kokkos::utils::callbacks::Manager being a singleton class.
Member Kokkos::utils::tests::callbacks::TEST (EventRegexMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventRegexMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventRegexMatcher, regex_matcher)
Check that Kokkos::utils::callbacks::EventRegexMatcher works as expected.
Member Kokkos::utils::tests::callbacks::TEST (EventNameMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventNameMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventNameMatcher, by_name)
Check that Kokkos::utils::callbacks::EventNameMatcher
Member Kokkos::utils::tests::callbacks::TEST (EventInProfileSectionMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventInProfileSectionMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventInProfileSectionMatcher, in_profile_section_matcher)
Check the behavior of Kokkos::utils::callbacks::EventInProfileSectionMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventRegionMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, within_region_matcher)
Check the behavior of Kokkos::utils::callbacks::EventRegionMatcher when we want to match events within a region.
Member Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, boundary_region_matcher)
Check the behavior of Kokkos::utils::callbacks::EventRegionMatcher when we want to match the opening and closing events.
Member Kokkos::utils::tests::callbacks::TEST (AnyEventMatcher, traits)
Check traits of Kokkos::utils::callbacks::AnyEventMatcher.
Member Kokkos::utils::tests::callbacks::TEST (AnyEventMatcher, operator_parentheses)
Check the behavior of Kokkos::utils::callbacks::AnyEventMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventTypeMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventTypeMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventTypeMatcher, operator_parentheses)
Check the behavior of Kokkos::utils::callbacks::EventTypeMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventBeginEndIdMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventBeginEndIdMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventBeginEndIdMatcher, operator_parentheses)
Check the behavior of Kokkos::utils::callbacks::EventBeginEndIdMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventQueueMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventQueueMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventQueueMatcher, operator_parentheses)
Check the behavior of Kokkos::utils::callbacks::EventQueueMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventIdMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventIdMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventIdMatcher, operator_parentheses)
Check the behavior of Kokkos::utils::callbacks::EventIdMatcher.
Member Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, traits)
Check traits of Kokkos::utils::callbacks::ConjunctionMatcher.
Member Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, everyone_agrees)
Check the behavior of Kokkos::utils::callbacks::ConjunctionMatcher.
Member Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, different_event_type_sets)
Check that Kokkos::utils::callbacks::ConjunctionMatcher will only match for the subset of events that are common to all its sub-matchers.
Member Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, order_of_evaluation)
Check that Kokkos::utils::callbacks::ConjunctionMatcher is short-circuiting, i.e. it will stop evaluating the sub-matchers as soon as one returns false.
Member Kokkos::utils::tests::callbacks::TEST (RecorderListener, traits)
Check traits of Kokkos::utils::callbacks::RecorderListener.
Member Kokkos::utils::tests::callbacks::TEST (FenceFinder, traits)
Check traits of fence_finder_t.
Member Kokkos::utils::tests::callbacks::TEST (ParallelForTimerListener, traits)
Check traits of ParallelForTimerListener.
Member Kokkos::utils::tests::callbacks::TEST (RegionTimerListener, traits)
Check traits of RegionTimerListener.
Member Kokkos::utils::tests::callbacks::TEST (RegionTimerListener, traits_when_used_with_enqueued_event_timer)
Check traits of RegionTimerListener when used with EnqueuedEventTimer.
Member Kokkos::utils::tests::callbacks::TEST_F (EnqueuedEventTimerTest, duration)
Check the duration reported by Kokkos::utils::callbacks::EnqueuedEventTimer.
Member Kokkos::utils::tests::callbacks::TEST_F (EnqueuedEventWithLaunchTimerTest, duration)
Check the enqueued event and launch durations reported by Kokkos::utils::callbacks::EnqueuedEventWithLaunchTimer.
Member Kokkos::utils::tests::callbacks::TEST_F (ManagerTest, dispatch_to_call_operators_of_single_listener)
Check the behavior of Kokkos::utils::callbacks::Manager with a single listener.
Member Kokkos::utils::tests::callbacks::TEST_F (ManagerTest, dispatch_to_call_operators_of_multiple_listeners)
Check the behavior of Kokkos::utils::callbacks::Manager with multiple listeners.
Member Kokkos::utils::tests::callbacks::TEST_F (ManagerTest, listener_from_lambda)
Check the behavior of Kokkos::utils::callbacks::Manager with a listener constructed from a lambda.
Member Kokkos::utils::tests::callbacks::TEST_F (RecorderListenerTest, recorded_events)
Check the behavior of Kokkos::utils::callbacks::RecorderListener.
Member Kokkos::utils::tests::callbacks::TEST_F (RecorderListenerTest, record)
Check the behavior of Kokkos::utils::callbacks::RecorderListener<MatcherType, EventTypes...>::record.
Member Kokkos::utils::tests::callbacks::TEST_F (SequenceOfRegionTimerListenerTest, reset)
Check that SequenceOfRegionTimerListener can be used in a loop with calls to SequenceOfRegionTimerListener::reset.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, begin_not_matched_and_end_not_matched)
Check that TimerListener reports it is not connected and not closed when neither the begin event nor the end event have been matched.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, begin_matched_but_end_not_matched)
Check that TimerListener reports it is connected but not closed when the begin event has been matched but the end event has not.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, begin_and_end_matched)
Check that TimerListener reports it is not connected but closed when both the begin event and the end event have been matched. Check that it can be reused after calling reset.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, begin_not_matched_if_device_id_does_not_match)
Check that TimerListener reports it is not connected if the device id of the event does not match the device id of the execution space that it stores.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, parallel_for)
Check the behavior of ParallelForTimerListener.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, with_launch)
Check the parallel for timer listener when used with EnqueuedEventWithLaunchTimer.
Member Kokkos::utils::tests::callbacks::TEST_F (TimerListenerTest, region)
Check the behavior of RegionTimerListener.
Member Kokkos::utils::tests::callbacks::TEST_F_WITH_CB_MGR (FenceFinderTest, recorded_events)
Check the behavior of fence_finder_t.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (TimerTest, start_aborts_for_wrongly_enqueued_event)
Check that the start method of Kokkos::utils::callbacks::EnqueuedEventTimer and Kokkos::utils::callbacks::EnqueuedEventWithLaunchTimer aborts when called on a wrongly enqueued event.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (EventTest, concept)
Check that Kokkos::utils::callbacks::Event appropriately constrains all the event types.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (EventTest, comparison)
Check that an event is equal to itself.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (EventTest, traits)
Check that each event type is an aggregate, default constructible, and movable.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (EventTest, description)
Check that the event description is as expected.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (EventTest, get_and_set_callback_from_and_in_eventset)
Check that Kokkos::utils::callbacks::get_callback_from_eventset and Kokkos::utils::callbacks::get_callback_setter work as expected.
Member Kokkos::utils::tests::callbacks::TYPED_TEST (RecorderListenerSingleEventTypeTest, record)
Ensure that Kokkos::utils::callbacks::RecorderListener can be used with any event type from Kokkos::utils::callbacks::EventTypeList.
Member Kokkos::utils::tests::concepts::TEST (concepts, DualView)
Check that Kokkos::utils::concepts::DualView works as expected.
Member Kokkos::utils::tests::concepts::TEST (concepts, ExecutionSpace)
Check that Kokkos::utils::concepts::ExecutionSpace works as expected.
Member Kokkos::utils::tests::concepts::TEST (concepts, MemorySpace)
Check that Kokkos::utils::concepts::MemorySpace works as expected.
Member Kokkos::utils::tests::concepts::TEST (concepts, Space)
Check that Kokkos::utils::concepts::Space works as expected.
Member Kokkos::utils::tests::concepts::TEST (concepts, View)
Check that Kokkos::utils::concepts::View works as expected.
Member Kokkos::utils::tests::concepts::TEST (concepts, ViewOfInstanceOf)
Check Kokkos::utils::concepts::ViewOfInstanceOf.
Member Kokkos::utils::tests::concepts::TEST (concepts, ViewOf)
Check Kokkos::utils::concepts::ViewOf.
Member Kokkos::utils::tests::concepts::TEST (concepts, ViewOfRank)
Check the behavior of Kokkos::utils::concepts::ViewOfRank.
Member Kokkos::utils::tests::concepts::TEST (concepts, ModifiableView)
Check the behavior of Kokkos::utils::concepts::ModifiableView.
Member Kokkos::utils::tests::impl::TEST (impl, is_type_list_v)
Check Kokkos::utils::impl::is_type_list_v.
Member Kokkos::utils::tests::impl::TEST (impl, make_type_list_t)
Check Kokkos::utils::impl::make_type_list_t.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_size_v)
Check Kokkos::utils::impl::type_list_size_v.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_contains_v)
Check Kokkos::utils::impl::type_list_contains_v.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_at_t)
Check Kokkos::utils::impl::type_list_at_t.
Member Kokkos::utils::tests::impl::TEST (impl, transform_type_list_t)
Check Kokkos::utils::impl::transform_type_list_t.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_to_tuple)
Check Kokkos::utils::impl::type_list_to_tuple_t.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_index_v)
Check Kokkos::utils::impl::type_list_index_v.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_all_v)
Check Kokkos::utils::impl::type_list_all_v.
Member Kokkos::utils::tests::impl::TEST (impl, type_list_any_v)
Check Kokkos::utils::impl::type_list_any_v.
Member Kokkos::utils::tests::impl::TEST (impl, for_each)
Check Kokkos::utils::impl::for_each.
Member Kokkos::utils::tests::impl::TEST (impl, is_instance_of_v)
Check Kokkos::utils::impl::is_instance_of_v.
Member Kokkos::utils::tests::timer::TEST (Event, duration_instances)
Check the traits of the helper types Kokkos::utils::timer::milliseconds and Kokkos::utils::timer::seconds.
Member Kokkos::utils::tests::timer::TEST_F (TimerExecutionSpaceTest, start_stop_elapsed)
Check Kokkos::utils::timer::Timer by verifying that the elapsed time is less than the time measured by a Kokkos::Timer wrapped outside of it.
Member Kokkos::utils::tests::timer::TEST_F (TimerExecutionSpaceTest, reuse)
Check that the same instance of Kokkos::utils::timer::Timer can be reused multiple times.
Member Kokkos::utils::tests::timer::TYPED_TEST (EventTest, impl_event_type)
Check the type of the event used by the primary template and the device specializations.
Member Kokkos::utils::tests::timer::TYPED_TEST (EventTest, duration)
Basic test of Kokkos::utils::timer::Event::duration.
Member Kokkos::utils::tests::timer::TYPED_TEST (EventTest, destroyed_while_recording)
Ensure that Kokkos::utils::timer::Event can be destroyed while recording.
Member Kokkos::utils::tests::timer::TYPED_TEST (EventTest, movable)
Ensure that Kokkos::utils::timer::Event is properly movable.
Member Kokkos::utils::tests::timer::TYPED_TEST (TimerTest, invalid_if_not_started_and_not_stopped)
Check that Kokkos::utils::timer::Timer reports it's invalid when neither Kokkos::utils::timer::Timer::start nor Kokkos::utils::timer::Timer::stop has been called.
Member Kokkos::utils::tests::timer::TYPED_TEST (TimerTest, invalid_if_not_stopped)
Check that Kokkos::utils::timer::Timer reports it's invalid when Kokkos::utils::timer::Timer::start has been called, but Kokkos::utils::timer::Timer::stop has not.
Member Kokkos::utils::tests::timer::TYPED_TEST (TimerTest, invalid_if_not_started)
Check that Kokkos::utils::timer::Timer reports it's invalid when Kokkos::utils::timer::Timer::start has not been called, but Kokkos::utils::timer::Timer::stop has.
Member Kokkos::utils::tests::timer::TYPED_TEST (TimerTest, valid_if_started_and_stopped)
Check that Kokkos::utils::timer::Timer reports it's valid when Kokkos::utils::timer::Timer::start and Kokkos::utils::timer::Timer::stop have been called.
Member Kokkos::utils::tests::timer::TYPED_TEST (TimerTest, duration)
Check Kokkos::utils::timer::Timer::duration.
Member Kokkos::utils::tests::view::TEST (view, extents_rank_0)
Check that view::extents works as expected for a rank-0 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, extents_rank_1)
Check that view::extents works as expected for a rank-1 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, extents_rank_2)
Check that view::extents works as expected for a rank-2 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, extents_rank_3)
Check that view::extents works as expected for a rank-3 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, extents_rank_4)
Check that view::extents works as expected for a rank-4 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, slice_rank_1)
Check that view::slice works as expected for a rank-1 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, slice_rank_2)
Check that view::slice works as expected for a rank-2 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, slice_rank_3)
Check that view::slice works as expected for a rank-3 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, slice_rank_4)
Check that view::slice works as expected for a rank-4 Kokkos::View.
Member Kokkos::utils::tests::view::TEST (view, slice_on_device)
Check that view::slice works on device.