kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Todo List
File callback_matchers.hpp
Let's revisit these helpers in light of what happens in https://github.com/uliegecsm/kokkos-utils/issues/42.
Member Kokkos::Execution::ExecutionSpaceImpl::Scheduler< Exec >::OpState< Rcvr >::start () &noexcept
Check signature. And check whether we should move the receiver.
Member Kokkos::Execution::ExecutionSpaceImpl::SyncWait::operator() (Sndr &&sndr) const noexcept(false) -> std::optional< stdexec::__sync_wait::__value_tuple_for_t< Sndr > >
Make the noexcept specifier depend on the completion signatures of sndr.
Member Kokkos::Execution::GraphImpl::Scheduler< Exec >::OpState< Rcvr >::start () &noexcept
Check signature. And check whether we should move the receiver.
Class Tests::ExecutionSpaceImpl::WhenAllTest_nested_with_inner_followed_by_other_Test
There is a missing fence. Our stdexec::continues_on puts the execution space instance in the environment because its preceding stdexec::when_all has at least one branch on Kokkos::Execution::ExecutionSpaceContext.