|
kokkos-execution 0.0.1
|
#include <algorithm>#include <array>#include <string_view>#include "Kokkos_Core.hpp"Go to the source code of this file.
Classes | |
| struct | Kokkos::Execution::Impl::FixedString< N > |
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
Functions | |
| template<Kokkos::ExecutionSpace Exec, FixedString Suffix> | |
| consteval std::string_view | Kokkos::Execution::Impl::dispatch_label () noexcept |
View the dispatch label as a std::string_view. | |
Variables | |
| template<Kokkos::ExecutionSpace Exec, FixedString Suffix> | |
| static constexpr auto | Kokkos::Execution::Impl::dispatch_label_v |
Get the dispatch label from Exec and Suffix. | |