| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUDA_HOST_NODE_PARAMS |
CUDA_HOST_NODE_PARAMS.fn(CUhostFn setter) |
CUDA_HOST_NODE_PARAMS |
CUDA_HOST_NODE_PARAMS.getPointer(long i) |
CUDA_HOST_NODE_PARAMS |
CUDA_HOST_NODE_PARAMS.position(long position) |
CUDA_HOST_NODE_PARAMS |
CUDA_HOST_NODE_PARAMS.userData(Pointer setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuGraphAddHostNode(CUgraphNode_st phGraphNode,
CUgraph_st hGraph,
CUgraphNode_st dependencies,
long numDependencies,
CUDA_HOST_NODE_PARAMS nodeParams)
\brief Creates a host execution node and adds it to a graph
Creates a new CPU execution node and adds it to \p hGraph with \p numDependencies
dependencies specified via \p dependencies and arguments specified in \p nodeParams.
|
static int |
cudart.cuGraphExecHostNodeSetParams(CUgraphExec_st hGraphExec,
CUgraphNode_st hNode,
CUDA_HOST_NODE_PARAMS nodeParams)
\brief Sets the parameters for a host node in the given graphExec.
|
static int |
cudart.cuGraphHostNodeGetParams(CUgraphNode_st hNode,
CUDA_HOST_NODE_PARAMS nodeParams)
\brief Returns a host node's parameters
Returns the parameters of host node \p hNode in \p nodeParams.
|
static int |
cudart.cuGraphHostNodeSetParams(CUgraphNode_st hNode,
CUDA_HOST_NODE_PARAMS nodeParams)
\brief Sets a host node's parameters
Sets the parameters of host node \p hNode to \p nodeParams.
|
Copyright © 2020. All rights reserved.