kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Tests::GraphImpl Namespace Reference

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 ()

Typedef Documentation

◆ graph_context_t

Definition at line 22 of file test_scheduler.cpp.

◆ graph_schedule_sender_attrs_t

using Tests::GraphImpl::graph_schedule_sender_attrs_t = typename graph_schedule_sender_t::Attributes

Definition at line 25 of file test_scheduler.cpp.

◆ graph_schedule_sender_t

using Tests::GraphImpl::graph_schedule_sender_t = typename graph_scheduler_t::Sender

Definition at line 24 of file test_scheduler.cpp.

◆ graph_scheduler_t

Definition at line 23 of file test_scheduler.cpp.

Function Documentation

◆ test_schedule_sender_attrs()

bool Tests::GraphImpl::test_schedule_sender_attrs ( )
consteval

◆ test_schedule_sender_attrs_queries()

bool Tests::GraphImpl::test_schedule_sender_attrs_queries ( )
consteval

◆ test_scheduler_queries()

bool Tests::GraphImpl::test_scheduler_queries ( )
consteval
Test
Check Kokkos::Execution::GraphImpl::Scheduler queries.

Definition at line 65 of file test_scheduler.cpp.

◆ test_scheduler_schedule()

bool Tests::GraphImpl::test_scheduler_schedule ( )
consteval
Test
Check that the schedule method of Kokkos::Execution::GraphImpl::Scheduler returns Kokkos::Execution::GraphImpl::Scheduler::Sender.

Definition at line 45 of file test_scheduler.cpp.