|
kokkos-execution 0.0.1
|
#include "gtest/gtest.h"#include "kokkos-utils/callbacks/RecorderListener.hpp"#include "kokkos-utils/tests/scoped/callbacks/Manager.hpp"#include "kokkos-execution/impl/event.hpp"#include "tests/utils/callback_matchers.hpp"#include "tests/utils/execution_space_context.hpp"#include "tests/utils/functors/no_op.hpp"Go to the source code of this file.
Classes | |
| class | Tests::Impl::EventTestNoCallback |
| Fixture that does not set any Kokkos::utils::callbacks::Manager callback. More... | |
| class | Tests::Impl::EventTest |
| Fixture that enables callbacks with Kokkos::utils::tests::scoped::callbacks::Manager. More... | |
| class | Tests::Impl::EventTest_record_and_wait_Test |
| class | Tests::Impl::EventTest_record_but_dont_wait_Test |
| class | Tests::Impl::EventTest_record_and_wait_many_times_Test |
| class | Tests::Impl::EventTest_record_and_wait_and_record_and_wait_Test |
| class | Tests::Impl::EventTestNoCallback_record_and_wait_no_check_Test |
| class | Tests::Impl::EventTest_uniqueness_Test |
| class | Tests::Impl::EventTest_default_instance_Test |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Impl |
Macros | |
| #define | KOKKOS_EXECUTION_TESTS_IMPL_EVENT(_fixture_, _name_, _statement_) |
Functions | |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | Tests::Impl::test_models_event () |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | Tests::Impl::test_support_events () |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_record_and_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_record_but_dont_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_record_and_wait_many_times (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_record_and_wait_and_record_and_wait (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_record_and_wait_no_check (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_uniqueness (const Exec &exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Impl::test_event_default_instance () |
| #define KOKKOS_EXECUTION_TESTS_IMPL_EVENT | ( | _fixture_, | |
| _name_, | |||
| _statement_ ) |
Definition at line 92 of file test_event.cpp.