|
kokkos-execution 0.0.1
|
#include <bit>#include "kokkos-utils/callbacks/RecorderListener.hpp"#include "kokkos-utils/tests/scoped/callbacks/Manager.hpp"#include "tests/utils/callback_matchers.hpp"#include "tests/utils/execution_space_context.hpp"#include "tests/utils/functors/load_check_add.hpp"#include "tests/utils/functors/sum_indices.hpp"#include "tests/utils/kokkos.hpp"#include "tests/utils/sink_receiver.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Tests |
| namespace | Tests::ExecutionSpaceImpl |
Functions | |
| template<template< typename, typename, typename, typename > class SndrAdptr> | |
| consteval bool | Tests::ExecutionSpaceImpl::test_sndr_traits () |
| consteval bool | Tests::ExecutionSpaceImpl::test_sndr_decomposition () |
| template<typename ViewType, bool ExpectNoThrowMoveConstructible> | |
| consteval bool | Tests::ExecutionSpaceImpl::test_closure_traits () |
| template<typename ViewType, Kokkos::ExecutionSpace Exec> | |
| auto | Tests::ExecutionSpaceImpl::closure_object_creation_overloads (const size_t size, const ViewType &witness, const Kokkos::Execution::ExecutionSpaceContext< Exec > &esc) -> stdexec::sender auto |