|
kokkos-execution 0.0.1
|
Typedefs | |
| using | sndr_t |
| using | env_with_stop_token_t = stdexec::prop<stdexec::get_stop_token_t, stdexec::inplace_stop_token> |
Functions | |
| consteval bool | test_completion_signal_traits () |
| consteval bool | test_add_nothing_empty_env () |
| consteval bool | test_add_error_empty_env () |
| consteval bool | test_add_nothing_stop_env () |
| consteval bool | test_add_error_stop_env () |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | test_models_event () |
| template<Kokkos::ExecutionSpace Exec> | |
| consteval bool | test_has_exec_wait_event () |
Variables | |
| Tests::Impl::PropA | prop_a |
| Tests::Impl::FwdPropC | fwd_prop_c |
| using Tests::Impl::env_with_stop_token_t = stdexec::prop<stdexec::get_stop_token_t, stdexec::inplace_stop_token> |
Definition at line 57 of file test_completion_signatures.cpp.
| using Tests::Impl::sndr_t |
Definition at line 28 of file test_completion_signatures.cpp.
|
consteval |
Definition at line 44 of file test_completion_signatures.cpp.
|
consteval |
Definition at line 74 of file test_completion_signatures.cpp.
|
consteval |
Definition at line 33 of file test_completion_signatures.cpp.
|
consteval |
Definition at line 60 of file test_completion_signatures.cpp.
|
consteval |
The size is larger than the sum of the sizes of the members because of padding.
Definition at line 62 of file test_completion_signal.cpp.
|
consteval |
Definition at line 58 of file test_event.cpp.
|
consteval |
Definition at line 49 of file test_event.cpp.
| Tests::Impl::FwdPropC Tests::Impl::fwd_prop_c |
| Tests::Impl::PropA Tests::Impl::prop_a |