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

Fixture that enables callbacks with Kokkos::utils::tests::scoped::callbacks::Manager. More...

Inheritance diagram for Tests::Impl::EventTest:
Tests::Impl::EventTestNoCallback Kokkos::utils::tests::scoped::callbacks::Manager Tests::Utils::ExecutionSpaceContextTest< TEST_EXECUTION_SPACE > Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec > Tests::Impl::EventTest_default_instance_Test Tests::Impl::EventTest_record_and_wait_Test Tests::Impl::EventTest_record_and_wait_and_record_and_wait_Test Tests::Impl::EventTest_record_and_wait_many_times_Test Tests::Impl::EventTest_record_but_dont_wait_Test Tests::Impl::EventTest_uniqueness_Test

Public Types

using recorder_listener_t
Public Types inherited from Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec >
using context_t
using scheduler_t
using schedule_sender_t
using value_t
using view_s_t

Additional Inherited Members

Public Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
 ExecutionSpace ()
ExecutionSpaceoperator= (const ExecutionSpace &)=delete
Public Member Functions inherited from Kokkos::utils::tests::scoped::callbacks::Manager
 Manager ()
 ~Manager ()
 Manager (const Manager &)=delete
Manageroperator= (const Manager &)=delete
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec
Static Public Attributes inherited from Tests::Impl::EventTestNoCallback
template<Kokkos::ExecutionSpace Exec>
static constexpr bool has_support

Detailed Description

Fixture that enables callbacks with Kokkos::utils::tests::scoped::callbacks::Manager.

Definition at line 64 of file test_event.cpp.

Member Typedef Documentation

◆ recorder_listener_t

Initial value:
>
Matcher to filter out events that are just noise for tests.
Event to be sent to Kokkos::utils::callbacks::dispatch when an event is recorded on an execution spac...
Definition event.hpp:46
Event to be sent to Kokkos::utils::callbacks::dispatch when an event is being waited for.
Definition event.hpp:63

Definition at line 68 of file test_event.cpp.


The documentation for this class was generated from the following file: