|
kokkos-execution 0.0.1
|
#include "kokkos-execution/execution_space.hpp"Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
stdexec::when_all with a single branch on Kokkos::Execution::ExecutionSpaceContext, followed by work without any explicit scheduler provided.It is similar to Tests::ExecutionSpaceImpl::WhenAllTest_single_branch_followed_by_self_Test. However, there is no completion scheduler in the environment after stdexec::when_all, yet the completion domain is Kokkos::Execution::ExecutionSpaceImpl::Domain, such that our customization fails.
* schedule(esc) | then -- when_all --> then *
Completion domain is Kokkos::Execution::ExecutionSpaceImpl::Domain.
There is no completion scheduler.
Definition at line 15 of file test_when_all.failure.cpp.
References Kokkos::Execution::ExecutionSpaceContext< Exec >::get_scheduler().