|
kokkos-execution 0.0.1
|
#include "stdexec/execution.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::Impl::BulkTraits< stdexec::__bulk::__data< Policy, Shape, Functor > > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
Concepts | |
| concept | Kokkos::Execution::Impl::has_parallel_policy |
| See https://github.com/NVIDIA/stdexec/blob/16076a81efa4477513e6ede9c2741fd034ecef99/include/stdexec/__detail/__bulk.hpp#L100. | |
Typedefs | |
| template<typename Data> | |
| using | Kokkos::Execution::Impl::bulk_traits = BulkTraits<std::remove_cvref_t<Data>> |