|
kokkos-execution 0.0.1
|
#include "kokkos-execution/utils/ignore_warnings.hpp"#include "exec/single_thread_context.hpp"#include "kokkos-utils/callbacks/ConjunctionMatcher.hpp"#include "kokkos-utils/callbacks/RecorderListener.hpp"#include "kokkos-utils/tests/scoped/callbacks/Manager.hpp"#include "kokkos-execution/graph.hpp"#include "kokkos-execution/impl/event.hpp"#include "tests/graph/events.hpp"#include "tests/utils/callback_matchers.hpp"#include "tests/utils/category.hpp"#include "tests/utils/check_rcvr_env_queryable_with.hpp"#include "tests/utils/functors/increment.hpp"#include "tests/utils/functors/load_check_add.hpp"#include "tests/utils/functors/no_op.hpp"#include "tests/utils/functors/throws_when_copied.hpp"#include "tests/utils/graph_context.hpp"#include "tests/utils/sink_receiver.hpp"#include "tests/utils/stdexec.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::GraphImpl |
Functions | |
| consteval bool | Tests::GraphImpl::test_sndr_traits () |
| consteval bool | Tests::GraphImpl::test_sndr_nothrow_transformable () |
| consteval bool | Tests::GraphImpl::test_sndr_nothrow_connectable () |
| template<typename ExecA, typename ExecB> | |
| consteval bool | Tests::GraphImpl::test_sndr_cannot_mix_execution_space_type () |