![]() |
Taskflow
3.2.0-Master-Branch
|
class to capture a CUDA graph using a sequential stream More...
#include <cuda_optimizer.hpp>


Public Member Functions | |
| cudaSequentialCapturing ()=default | |
| constructs a sequential optimizer | |
Friends | |
| class | cudaFlowCapturer |
class to capture a CUDA graph using a sequential stream
A sequential capturing algorithm finds a topological order of the described graph and captures dependent GPU tasks using a single stream. All GPU tasks run sequentially without breaking inter dependencies.