3#include "../taskflow.hpp"
4#include "cuda_graph.hpp"
5#include "cuda_graph_exec.hpp"
6#include "algorithm/single_task.hpp"
class to create a CUDA graph with uunique ownership
Definition cuda_graph.hpp:531
class to create an executable CUDA graph with unique ownership
Definition cuda_graph_exec.hpp:93
taskflow namespace
Definition small_vector.hpp:20
cudaGraphExecBase< cudaGraphExecCreator, cudaGraphExecDeleter > cudaGraphExec
default smart pointer type to manage a cudaGraphExec_t object with unique ownership
Definition cudaflow.hpp:23
cudaGraphBase< cudaGraphCreator, cudaGraphDeleter > cudaGraph
default smart pointer type to manage a cudaGraph_t object with unique ownership
Definition cudaflow.hpp:18