|
Collective Variables Module - Developer Documentation
|
A struct for holding a CUDA graph and its execution object. More...
#include <colvar_gpu_calc.h>
Public Attributes | |
| bool | graph_exec_initialized |
| Flag to describe whether the graph execution instance has been initialized. | |
| cudaGraph_t | graph |
| CUDA graph object. | |
| cudaGraphExec_t | graph_exec |
| CUDA graph execution instance object. | |
| std::vector< compute_node_t > | nodes |
| List of compute nodes. | |
A struct for holding a CUDA graph and its execution object.