Uses of Class
org.bytedeco.cuda.cudart.CUDA_MEMSET_NODE_PARAMS
-
Packages that use CUDA_MEMSET_NODE_PARAMS Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_MEMSET_NODE_PARAMS in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_MEMSET_NODE_PARAMS Modifier and Type Method Description CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. dst(long setter)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. elementSize(int setter)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. getPointer(long i)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. height(long setter)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. pitch(long setter)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. position(long position)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. value(int setter)CUDA_MEMSET_NODE_PARAMSCUDA_MEMSET_NODE_PARAMS. width(long setter) -
Uses of CUDA_MEMSET_NODE_PARAMS in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_MEMSET_NODE_PARAMS Modifier and Type Method Description static intcudart. 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 intcudart. 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 intcudart. 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 intcudart. 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.
-