|
Collective Variables Module - Developer Documentation
|
A struct for holding a CUDA graph and its execution object. More...
#include <colvar_gpu_support.h>
Public Member Functions | |
| gpu_graph_t () | |
| Constructor. | |
| int | reset () |
| Reset the CUDA graph. | |
| ~gpu_graph_t () | |
| Destructor. | |
| int | dump_graph (const std::string &filename) |
| Dump the CUDA graph to a dot file for debugging. | |
| int | init_graph_exec (colvarmodule *cvmodule, cudaStream_t stream) |
| Initialize CUDA graph execution instance. | |
A struct for holding a CUDA graph and its execution object.