|
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/load_check_add.hpp"#include "tests/utils/functors/no_op.hpp"#include "tests/utils/functors/sum_indices.hpp"#include "tests/utils/functors/tag_dispatch.hpp"#include "tests/utils/graph_context.hpp"#include "tests/utils/just_stopped.hpp"#include "tests/utils/sink_receiver.hpp"#include "tests/utils/sync_wait.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Tests |
| namespace | Tests::GraphImpl |
Functions | |
| template<template< typename... > class SndrAdptr, bool IsDispatchingSender, typename... Args> | |
| consteval bool | Tests::GraphImpl::test_sndr_traits () |
| template<typename ViewType> | |
| consteval bool | Tests::GraphImpl::test_closure_traits () |