|
kokkos-execution 0.0.1
|
#include "gtest/gtest.h"#include "kokkos-execution/utils/ignore_warnings.hpp"#include "exec/split.hpp"#include "exec/static_thread_pool.hpp"#include "kokkos-execution/stdexec.hpp"#include "tests/utils/check_scheduler_type.hpp"#include "tests/utils/functors/show_thread_id.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Tests |
Typedefs | |
| using | Tests::run_loop_scheduler_t = stdexec::run_loop::scheduler |
| using | Tests::static_thread_pool_scheduler_t = experimental::execution::_pool_::_static_thread_pool::scheduler |