|
kokkos-execution 0.0.1
|
#include <bit>#include "kokkos-utils/callbacks/RecorderListener.hpp"#include "kokkos-utils/tests/scoped/callbacks/Manager.hpp"#include "kokkos-execution/execution_space.hpp"#include "tests/utils/callback_matchers.hpp"#include "tests/utils/check_rcvr_env_queryable_with.hpp"#include "tests/utils/execution_space_context.hpp"#include "tests/utils/functors/load_check_add.hpp"#include "tests/utils/functors/no_op.hpp"#include "tests/utils/functors/sum_indices.hpp"#include "tests/utils/just_stopped.hpp"#include "tests/utils/sink_receiver.hpp"#include "tests/utils/sync_wait.hpp"#include "tests/utils/tracking_allocator.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Tests |
| namespace | Tests::ExecutionSpaceImpl |
Functions | |
| template<template< typename... > class SndrAdptr, bool IsDispatchingSender, typename... Args> | |
| consteval bool | Tests::ExecutionSpaceImpl::test_sndr_traits () |
| consteval bool | Tests::ExecutionSpaceImpl::test_sndr_decomposition () |
| template<typename ViewType> | |
| 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 |