7.21. CUDA_GRAPH_INSTANTIATE_PARAMS

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUDA_GRAPH_INSTANTIATE_PARAMS

Graph instantiation parameters.

Public Members

cuuint64_t flags

Instantiation flags.

CUstream hUploadStream

Upload stream.

CUgraphNode hErrNode_out

The node which caused instantiation to fail, if any.

CUgraphInstantiateResult result_out

Whether instantiation was successful.

If it failed, the reason why