|
kokkos-execution 0.0.1
|
Public Member Functions | |
| SyncWaitTest_sync_wait_Test ()=default | |
| ~SyncWaitTest_sync_wait_Test () override=default | |
| SyncWaitTest_sync_wait_Test (const SyncWaitTest_sync_wait_Test &)=delete | |
| SyncWaitTest_sync_wait_Test & | operator= (const SyncWaitTest_sync_wait_Test &)=delete |
| SyncWaitTest_sync_wait_Test (SyncWaitTest_sync_wait_Test &&) noexcept=delete | |
| SyncWaitTest_sync_wait_Test & | operator= (SyncWaitTest_sync_wait_Test &&) noexcept=delete |
| Public Member Functions inherited from Kokkos::utils::tests::scoped::ExecutionSpace< Exec > | |
| ExecutionSpace () | |
| ExecutionSpace & | operator= (const ExecutionSpace &)=delete |
| Public Member Functions inherited from Kokkos::utils::tests::scoped::callbacks::Manager | |
| Manager () | |
| ~Manager () | |
| Manager (const Manager &)=delete | |
| Manager & | operator= (const Manager &)=delete |
Private Member Functions | |
| void | TestBody () override |
Static Private Attributes | |
| static ::testing::TestInfo *const | test_info_ = ::testing::internal::MakeAndRegisterTestInfo( "SyncWaitTest", "sync_wait", nullptr, nullptr, ::testing::internal::CodeLocation(__FILE__, __LINE__), (::testing::internal::GetTypeId<SyncWaitTest>()), ::testing::internal::SuiteApiResolver< SyncWaitTest>::GetSetUpCaseOrSuite(__FILE__, __LINE__), ::testing::internal::SuiteApiResolver< SyncWaitTest>::GetTearDownCaseOrSuite(__FILE__, __LINE__), new ::testing::internal::TestFactoryImpl< SyncWaitTest_sync_wait_Test >) |
Additional Inherited Members | |
| Public Types inherited from Tests::GraphImpl::SyncWaitTest | |
| using | recorder_listener_t = RecorderListener<EventDiscardMatcher<TEST_EXECUTION_SPACE>, BeginFenceEvent> |
| 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 |
| 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 |
stdexec::sync_wait on a sender that does not have any operation in it will not result in a spurious fence. Definition at line 41 of file test_sync_wait.cpp.
|
default |
|
overridedefault |
|
delete |
|
deletenoexcept |
|
delete |
|
deletenoexcept |
|
overrideprivate |
Definition at line 41 of file test_sync_wait.cpp.
|
staticprivate |
Definition at line 41 of file test_sync_wait.cpp.