|
kokkos-execution 0.0.1
|
#include "gmock/gmock.h"#include "kokkos-execution/utils/ignore_warnings.hpp"#include "exec/single_thread_context.hpp"#include "kokkos-execution/execution_space.hpp"#include "tests/utils/execution_space_context.hpp"#include "tests/utils/functors/increment.hpp"#include "tests/utils/functors/throws_when_copied.hpp"Go to the source code of this file.
Classes | |
| class | Tests::Impl::CompletionSignaturesTest |
| class | Tests::Impl::CompletionSignaturesTest_parallel_for_Test |
Namespaces | |
| namespace | Tests |
| namespace | Tests::Impl |
Typedefs | |
| using | Tests::Impl::sndr_t |
| using | Tests::Impl::env_with_stop_token_t = stdexec::prop<stdexec::get_stop_token_t, stdexec::inplace_stop_token> |
Functions | |
| consteval bool | Tests::Impl::test_add_nothing_empty_env () |
| consteval bool | Tests::Impl::test_add_error_empty_env () |
| consteval bool | Tests::Impl::test_add_nothing_stop_env () |
| consteval bool | Tests::Impl::test_add_error_stop_env () |