kokkos-execution 0.0.1
Loading...
Searching...
No Matches
schedule_from.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_SCHEDULE_FROM_HPP
2#define KOKKOS_EXECUTION_IMPL_SCHEDULE_FROM_HPP
3
5
7
8template <typename InnerOp, typename Rcvr>
10
11template <typename InnerOp, typename Rcvr>
12using completion_signal_policy_t = std::conditional_t<
16>;
17
18} // namespace Kokkos::Execution::Impl::ScheduleFrom
19
20#endif // KOKKOS_EXECUTION_IMPL_SCHEDULE_FROM_HPP
std::conditional_t< ScheduleFrom::signals_submitted< InnerOp, Rcvr >, Impl::SubmittedPolicy::OrderOnExec, Impl::SyncPolicy::InlineFenceExec > completion_signal_policy_t