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 (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 (EventInProfileSectionRegexMatcher, traits)
Check traits of Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher.
Member Kokkos::utils::tests::callbacks::TEST (EventInProfileSectionRegexMatcher, in_profile_section_matcher)
Check the behavior of Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher.
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 (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_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_WITH_CB_MGR (FenceFinderTest, recorded_events)
Check the behavior of fence_finder_t.
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, 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, 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, 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, impl_event_type)
Check the type of the event used by the primary template and the device specializations.
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 (Event, duration)
Basic test of Kokkos::utils::timer::Event::duration.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, invalid_if_not_reset_and_not_stopped)
Check that Kokkos::utils::timer::Timer reports it's invalid when neither Kokkos::utils::timer::Timer::reset nor Kokkos::utils::timer::Timer::stop has been called.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, invalid_if_not_stopped)
Check that Kokkos::utils::timer::Timer reports it's invalid when Kokkos::utils::timer::Timer::reset has been called, but Kokkos::utils::timer::Timer::stop has not.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, invalid_if_not_reset)
Check that Kokkos::utils::timer::Timer reports it's invalid when Kokkos::utils::timer::Timer::reset has not been called, but Kokkos::utils::timer::Timer::stop has.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, valid_if_reset_and_stopped)
Check that Kokkos::utils::timer::Timer reports it's valid when Kokkos::utils::timer::Timer::reset and Kokkos::utils::timer::Timer::stop have been called.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, 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 (TimerTest, duration)
Check Kokkos::utils::timer::Timer::duration.
Member Kokkos::utils::tests::timer::TEST_F (TimerTest, reuse)
Check that the same instance of Kokkos::utils::timer::Timer can be reused multiple times.
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.