kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::has_parallel_policy Concept Reference

See https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__bulk.hpp#L100. More...

#include <bulk.hpp>

Concept definition

template<typename Data>
concept Kokkos::Execution::Impl::has_parallel_policy = requires(const Data& data) {
{ data.__pol_ } -> std::same_as<const stdexec::__bulk::__policy_wrapper<stdexec::parallel_policy>&>;
}
See https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/_...
Definition bulk.hpp:10

Detailed Description