| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
cudaGraphExecUpdateResultInfo |
cudaGraphExecUpdateResultInfo.errorFromNode(CUgraphNode_st setter) |
cudaGraphExecUpdateResultInfo |
cudaGraphExecUpdateResultInfo.errorNode(CUgraphNode_st setter) |
cudaGraphExecUpdateResultInfo |
cudaGraphExecUpdateResultInfo.getPointer(long i) |
cudaGraphExecUpdateResultInfo |
cudaGraphExecUpdateResultInfo.position(long position) |
cudaGraphExecUpdateResultInfo |
cudaGraphExecUpdateResultInfo.result(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaGraphExecUpdate(CUgraphExec_st hGraphExec,
CUgraph_st hGraph,
cudaGraphExecUpdateResultInfo resultInfo)
\brief Check whether an executable graph can be updated with a graph and perform the update if possible
Updates the node parameters in the instantiated graph specified by \p hGraphExec with the
node parameters in a topologically identical graph specified by \p hGraph.
|
Copyright © 2023. All rights reserved.