Back to Taskflow

tf::cudaGraphExecCreator class

docs/classtf_1_1cudaGraphExecCreator.html

4.0.0959 B
Original Source

tf::cudaGraphExecCreator class

class to create functors for constructing executable CUDA graphs

This class provides an overloaded function call operator to create a new executable CUDA graph using cudaGraphCreate.

Public functions

auto operator()() const -> cudaGraphExec_treturns a null executable CUDA graphauto operator()(cudaGraphExec_t exec) const -> cudaGraphExec_treturns the given executable graphauto operator()(cudaGraph_t graph) const -> cudaGraphExec_treturns a newly instantiated executable graph from the given CUDA graph template<typename C, typename D> auto operator()(const cudaGraphBase<C, D>& graph) const -> cudaGraphExec_treturns a newly instantiated executable graph from the given CUDA graph