|
kokkos-execution 0.0.1
|
Functions | |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | test_models_event () |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | test_support_events () |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_record_and_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_record_but_dont_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_record_and_wait_many_times (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_record_and_wait_and_record_and_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_record_and_wait_no_check (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_uniqueness (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | test_event_default_instance () |
Variables | |
| Tests::Impl::PropA | prop_a |
| Tests::Impl::PropB | prop_b |
| Tests::Impl::FwdPropC | fwd_prop_c |
| Tests::Impl::FwdPropD | fwd_prop_d |
| void Tests::Impl::test_event_default_instance | ( | ) |
Definition at line 218 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT, and MATCHER_FOR_WAIT_EVENT.
| void Tests::Impl::test_event_record_and_wait | ( | const Exec & | exec | ) |
Definition at line 103 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT, and MATCHER_FOR_WAIT_EVENT.
| void Tests::Impl::test_event_record_and_wait_and_record_and_wait | ( | const Exec & | exec | ) |
Definition at line 160 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT, and MATCHER_FOR_WAIT_EVENT.
| void Tests::Impl::test_event_record_and_wait_many_times | ( | const Exec & | exec | ) |
Definition at line 136 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT, and MATCHER_FOR_WAIT_EVENT.
| void Tests::Impl::test_event_record_and_wait_no_check | ( | const Exec & | exec | ) |
Definition at line 182 of file test_event.cpp.
References Kokkos::utils::callbacks::Manager::is_initialized().
| void Tests::Impl::test_event_record_but_dont_wait | ( | const Exec & | exec | ) |
Definition at line 119 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT.
| void Tests::Impl::test_event_uniqueness | ( | const Exec & | exec | ) |
Definition at line 194 of file test_event.cpp.
References MATCHER_FOR_RECORD_EVENT.
|
consteval |
Definition at line 77 of file test_event.cpp.
References Tests::Impl::EventTestNoCallback::has_support.
|
consteval |
Definition at line 87 of file test_event.cpp.
References Tests::Impl::EventTestNoCallback::has_support.
| Tests::Impl::FwdPropC Tests::Impl::fwd_prop_c |
| Tests::Impl::FwdPropD Tests::Impl::fwd_prop_d |
| Tests::Impl::PropA Tests::Impl::prop_a |
| Tests::Impl::PropB Tests::Impl::prop_b |