kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test Class Reference
Inheritance diagram for Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test:
Tests::ExecutionSpaceImpl::WhenAllTest 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 >

Public Member Functions

 WhenAllTest_two_branches_host_device_followed_by_device_Test ()=default
 ~WhenAllTest_two_branches_host_device_followed_by_device_Test () override=default
 WhenAllTest_two_branches_host_device_followed_by_device_Test (const WhenAllTest_two_branches_host_device_followed_by_device_Test &)=delete
WhenAllTest_two_branches_host_device_followed_by_device_Testoperator= (const WhenAllTest_two_branches_host_device_followed_by_device_Test &)=delete
 WhenAllTest_two_branches_host_device_followed_by_device_Test (WhenAllTest_two_branches_host_device_followed_by_device_Test &&) noexcept=delete
WhenAllTest_two_branches_host_device_followed_by_device_Testoperator= (WhenAllTest_two_branches_host_device_followed_by_device_Test &&) noexcept=delete
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

Additional Inherited Members

Public Types inherited from Tests::ExecutionSpaceImpl::WhenAllTest
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
Public Attributes inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec >
Exec exec

Detailed Description

Test
A stdexec::when_all with two branches, the first on a Kokkos::Execution::ExecutionSpaceContext instantiated for the test execution space type and the second on a Kokkos::Execution::ExecutionSpaceContext instantiated for the default host execution space type, followed by work on the first execution context.
* schedule(esc)   | then_atomic -- \
*                                   when_all --> continues_on(esc) | then
* schedule(esc_h) | then_atomic -- /
* 

Definition at line 311 of file test_when_all.cpp.

Constructor & Destructor Documentation

◆ WhenAllTest_two_branches_host_device_followed_by_device_Test() [1/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test::WhenAllTest_two_branches_host_device_followed_by_device_Test ( )
default

◆ ~WhenAllTest_two_branches_host_device_followed_by_device_Test()

Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test::~WhenAllTest_two_branches_host_device_followed_by_device_Test ( )
overridedefault

◆ WhenAllTest_two_branches_host_device_followed_by_device_Test() [2/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test::WhenAllTest_two_branches_host_device_followed_by_device_Test ( const WhenAllTest_two_branches_host_device_followed_by_device_Test & )
delete

◆ WhenAllTest_two_branches_host_device_followed_by_device_Test() [3/3]

Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test::WhenAllTest_two_branches_host_device_followed_by_device_Test ( WhenAllTest_two_branches_host_device_followed_by_device_Test && )
deletenoexcept

Member Function Documentation

◆ operator=() [1/2]

◆ operator=() [2/2]

WhenAllTest_two_branches_host_device_followed_by_device_Test & Tests::ExecutionSpaceImpl::WhenAllTest_two_branches_host_device_followed_by_device_Test::operator= ( WhenAllTest_two_branches_host_device_followed_by_device_Test && )
deletenoexcept

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