|
kokkos-execution 0.0.1
|
#include <concepts>#include <iostream>#include <string_view>#include "Kokkos_Core.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Tests |
| namespace | Tests::Utils |
Functions | |
| template<Kokkos::ExecutionSpace Exec, Kokkos::ExecutionSpace OtherExec> | |
| bool | Tests::Utils::are_same_instances (const Exec &exec, const OtherExec &other_exec) |
| template<Kokkos::ExecutionSpace Exec> | |
| constexpr bool | Tests::Utils::on_device () |
| template<Kokkos::ExecutionSpace Exec> | |
| void | Tests::Utils::show_exec_space_id (const Exec &exec, std::string_view label="", std::ostream &out=std::cout) |