kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::Impl Namespace Reference

Classes

class  CompletionSignalTest
class  CompletionSignalTest_inline_fence_exec_policy_Test
struct  Receiver
class  CompletionSignalTest_schedule_wait_event_policy_Test
class  CompletionSignalTest_passthrough_policy_Test
class  CompletionSignalTest_defer_wait_event_policy_Test
struct  PropA
struct  FwdPropC
class  forwarding_queryable_Test
class  EventTest
 Fixture that enables callbacks with Kokkos::utils::tests::scoped::callbacks::Manager. More...
class  RecordEvent_description_Test
class  WaitEvent_description_Test
class  EventTest_record_and_wait_Test
class  EventTest_record_but_dont_wait_Test
class  EventTest_record_and_wait_many_times_Test
class  EventTest_record_and_wait_and_record_and_wait_Test
class  EventTest_uniqueness_Test
class  EventTest_default_instance_Test
class  EventTest_wait_exec_event_for_same_type_Test
class  EventTest_wait_exec_event_different_type_Test
class  EventTest_works_intended_usage_pattern_Test

Functions

consteval bool test_completion_signal_traits ()
template<Kokkos::ExecutionSpace Exec>
consteval bool test_models_event ()

Variables

Tests::Impl::PropA prop_a
Tests::Impl::FwdPropC fwd_prop_c

Function Documentation

◆ test_completion_signal_traits()

bool Tests::Impl::test_completion_signal_traits ( )
consteval
Test
Check the size of Kokkos::Execution::Impl::CompletionSignal.

The size is larger than the sum of the sizes of the members because of padding.

Definition at line 62 of file test_completion_signal.cpp.

◆ test_models_event()

template<Kokkos::ExecutionSpace Exec>
bool Tests::Impl::test_models_event ( )
consteval
Test
Check that Kokkos::Execution::Impl::Event satisfies Kokkos::Execution::Impl::event.

Definition at line 49 of file test_event.cpp.

Variable Documentation

◆ fwd_prop_c

Tests::Impl::FwdPropC Tests::Impl::fwd_prop_c

◆ prop_a

Tests::Impl::PropA Tests::Impl::prop_a