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::Utils::ExecutionSpaceContextTest< TEST_EXECUTION_SPACE > Kokkos::utils::tests::scoped::callbacks::Manager 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 Tests::Impl::EventTest_wait_exec_event_different_type_Test Tests::Impl::EventTest_wait_exec_event_for_same_type_Test Tests::Impl::EventTest_works_intended_usage_pattern_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::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec >
static constexpr bool on_device

Detailed Description

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

Definition at line 35 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 calling record.
Definition event.hpp:52
Event to be sent to Kokkos::utils::callbacks::dispatch when calling wait.
Definition event.hpp:73

Definition at line 39 of file test_event.cpp.


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