kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::GraphImpl::ParallelForTest Class Reference
Inheritance diagram for Tests::GraphImpl::ParallelForTest:
Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE > Kokkos::utils::tests::scoped::callbacks::Manager Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec > Kokkos::utils::tests::scoped::ExecutionSpace< Exec > Tests::GraphImpl::ParallelForTest_parallel_for_schedule_Test Tests::GraphImpl::ParallelForTest_parallel_for_schedule_tagged_operator_Test Tests::GraphImpl::ParallelForTest_parallel_for_starts_on_Test

Public Types

using recorder_listener_t
using variant_t = typename recorder_listener_t::event_variant_t
Public Types inherited from Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE >
using device_handle_t
using graph_t
Public Types inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, 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 Tests::Utils::GraphContextTest< TEST_EXECUTION_SPACE >
device_handle_t device_handle
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec
Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::GraphContext, Exec >
static constexpr bool on_device

Detailed Description

Definition at line 34 of file test_parallel_for.cpp.

Member Typedef Documentation

◆ recorder_listener_t

Initial value:
>
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph node is added.
Definition events.hpp:33
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is created.
Definition events.hpp:14
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is instantiated.
Definition events.hpp:48
Event to be sent to Kokkos::utils::callbacks::dispatch when a Kokkos graph is submitted.
Definition events.hpp:59
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
Similar to EventDiscardMatcher, for graph-related events.
Definition events.hpp:60

Definition at line 38 of file test_parallel_for.cpp.

◆ variant_t

using Tests::GraphImpl::ParallelForTest::variant_t = typename recorder_listener_t::event_variant_t

Definition at line 51 of file test_parallel_for.cpp.


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