|
kokkos-execution 0.0.1
|
#include "kokkos-execution/stdexec.hpp"#include "kokkos-execution/execution_space/execution_space_fwd.hpp"#include "kokkos-execution/execution_space/operation_state.hpp"#include "kokkos-execution/execution_space/sender_concepts.hpp"#include "kokkos-execution/execution_space/sender_introspection.hpp"#include "kokkos-execution/impl/attributes.hpp"#include "kokkos-execution/parallel_for.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::ExecutionSpaceImpl |
| namespace | stdexec |
Variables | |
| template<stdexec::sender Sndr, typename Label, typename Functor, Kokkos::ExecutionPolicy ExecPolicy> | |
| constexpr auto | stdexec::__structured_binding_size_v< Kokkos::Execution::ExecutionSpaceImpl::ParallelForSender< Sndr, Label, Functor, ExecPolicy > > = 3 |
| See also https://cor3ntin.github.io/posts/clang21/#__builtin_structured_binding_size. | |