|
kokkos-execution 0.0.1
|
Private Member Functions | |
| void | TestBody () override |
Static Private Attributes | |
| static ::testing::TestInfo *const | test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "WhenAllTest", "single_mixed_branch_followed_by_self", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<WhenAllTest>()), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< WhenAllTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< WhenAllTest_single_mixed_branch_followed_by_self_Test >) |
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 |
| Static Public Attributes inherited from Tests::Utils::ContextTest< Kokkos::Execution::ExecutionSpaceContext, Exec > | |
| static constexpr bool | on_device |
stdexec::when_all with a single branch with a segment on Kokkos::Execution::ExecutionSpaceContext followed by a segment on another context. The stdexec::when_all is followed by work on the same Kokkos::Execution::ExecutionSpaceContext.* schedule(esc) | then --> continues_on(stc) | then -- when_all --> continues_on(esc) | then *
Definition at line 136 of file test_when_all.cpp.
|
default |
|
overridedefault |
|
delete |
|
deletenoexcept |
|
delete |
References dispatch_label(), Kokkos::utils::tests::scoped::ExecutionSpace< Exec >::exec, Kokkos::Execution::ExecutionSpaceContext< Exec >::get_scheduler(), KOKKOS_EXECUTION_THREADS_THROWS_ON_SYNC_WAIT_ASSERT_AND_SKIP, MATCHER_FOR_BEGIN_FENCE, MATCHER_FOR_BEGIN_PFOR, Tests::Utils::record_sync_wait(), and THEN_INCREMENT.
|
deletenoexcept |
|
overrideprivate |
Definition at line 136 of file test_when_all.cpp.
|
staticprivate |
Definition at line 136 of file test_when_all.cpp.