Package | Description |
---|---|
jcuda.driver |
Contains the classes related to the JCuda driver API.
|
Modifier and Type | Method and Description |
---|---|
static int |
JCudaDriver.cuGraphExecDestroy(CUgraphExec hGraphExec)
Destroys an executable graph.
|
static int |
JCudaDriver.cuGraphExecKernelNodeSetParams(CUgraphExec hGraphExec,
CUgraphNode hNode,
CUDA_KERNEL_NODE_PARAMS nodeParams)
Sets the parameters for a kernel node in the given graphExec.
|
static int |
JCudaDriver.cuGraphInstantiate(CUgraphExec phGraphExec,
CUgraph hGraph,
CUgraphNode phErrorNode,
byte[] logBuffer,
long bufferSize)
Creates an executable graph from a graph.
|
static int |
JCudaDriver.cuGraphLaunch(CUgraphExec hGraphExec,
CUstream hStream)
Launches an executable graph in a stream.
|
Copyright © 2019. All rights reserved.