|
kokkos-execution 0.0.1
|
#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/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/just_stopped.hpp"#include "tests/utils/sink_receiver.hpp"#include "tests/utils/stdexec.hpp"#include "tests/utils/sync_wait.hpp"Go to the source code of this file.
Classes | |
| class | Tests::GraphImpl::ThenTest |
| class | Tests::GraphImpl::ThenTest_then_schedule_Test |
| class | Tests::GraphImpl::ThenTest_then_starts_on_Test |
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 () |
| consteval bool | Tests::GraphImpl::test_then_opstate_traits () |