| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.dst(long setter) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.elementSize(int setter) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.height(long setter) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.pitch(long setter) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.position(long position) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.value(int setter) |
CUDA_MEMSET_NODE_PARAMS |
CUDA_MEMSET_NODE_PARAMS.width(long setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuGraphAddMemsetNode(CUgraphNode_st phGraphNode,
CUgraph_st hGraph,
CUgraphNode_st dependencies,
long numDependencies,
CUDA_MEMSET_NODE_PARAMS memsetParams,
CUctx_st ctx)
\brief Creates a memset node and adds it to a graph
Creates a new memset node and adds it to \p hGraph with \p numDependencies
dependencies specified via \p dependencies.
|
static int |
cudart.cuGraphExecMemsetNodeSetParams(CUgraphExec_st hGraphExec,
CUgraphNode_st hNode,
CUDA_MEMSET_NODE_PARAMS memsetParams,
CUctx_st ctx)
\brief Sets the parameters for a memset node in the given graphExec.
|
static int |
cudart.cuGraphMemsetNodeGetParams(CUgraphNode_st hNode,
CUDA_MEMSET_NODE_PARAMS nodeParams)
\brief Returns a memset node's parameters
Returns the parameters of memset node \p hNode in \p nodeParams.
|
static int |
cudart.cuGraphMemsetNodeSetParams(CUgraphNode_st hNode,
CUDA_MEMSET_NODE_PARAMS nodeParams)
\brief Sets a memset node's parameters
Sets the parameters of memset node \p hNode to \p nodeParams.
|
Copyright © 2019. All rights reserved.