|
kokkos-execution 0.0.1
|
Classes | |
| class | Scheduler_round_trip_property_Test |
Typedefs | |
| using | graph_context_t = Kokkos::Execution::GraphContext<TEST_EXECUTION_SPACE> |
| using | graph_scheduler_t = Kokkos::Execution::GraphImpl::Scheduler<TEST_EXECUTION_SPACE> |
| using | graph_schedule_sender_t = typename graph_scheduler_t::Sender |
| using | graph_schedule_sender_attrs_t = typename graph_schedule_sender_t::Attributes |
Functions | |
| consteval bool | test_scheduler_schedule () |
| consteval bool | test_schedule_sender_attrs () |
| consteval bool | test_scheduler_queries () |
| consteval bool | test_schedule_sender_attrs_queries () |
| using Tests::GraphImpl::graph_context_t = Kokkos::Execution::GraphContext<TEST_EXECUTION_SPACE> |
Definition at line 22 of file test_scheduler.cpp.
| using Tests::GraphImpl::graph_schedule_sender_attrs_t = typename graph_schedule_sender_t::Attributes |
Definition at line 25 of file test_scheduler.cpp.
| using Tests::GraphImpl::graph_schedule_sender_t = typename graph_scheduler_t::Sender |
Definition at line 24 of file test_scheduler.cpp.
| using Tests::GraphImpl::graph_scheduler_t = Kokkos::Execution::GraphImpl::Scheduler<TEST_EXECUTION_SPACE> |
Definition at line 23 of file test_scheduler.cpp.
|
consteval |
stdexec::get_env query on Kokkos::Execution::GraphImpl::Scheduler::Sender returns Kokkos::Execution::GraphImpl::Scheduler::Sender::Attributes. Definition at line 57 of file test_scheduler.cpp.
|
consteval |
Definition at line 82 of file test_scheduler.cpp.
|
consteval |
Definition at line 65 of file test_scheduler.cpp.
|
consteval |
schedule method of Kokkos::Execution::GraphImpl::Scheduler returns Kokkos::Execution::GraphImpl::Scheduler::Sender. Definition at line 45 of file test_scheduler.cpp.