#include "Kokkos_Graph_fwd.hpp"
#include "impl/Kokkos_DeviceHandle.hpp"
#include "kokkos-execution/graph/graph_fwd.hpp"
#include "tests/utils/context.hpp"
Go to the source code of this file.
◆ KOKKOS_EXECUTION_TEST_UTILS_GRAPH_FENCE
| #define KOKKOS_EXECUTION_TEST_UTILS_GRAPH_FENCE |
( |
| _exec_ | ) |
|
Value:_exec_.fence("waiting for the data to be ready")
Use this macro when some data used in the graph may still be initialized by Kokkos on a given execution space instance, while the graph is submitted on another execution space instance.
Definition at line 26 of file graph_context.hpp.