Uses of Class
org.bytedeco.cuda.cudart.cudaMemsetParams
-
Packages that use cudaMemsetParams Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaMemsetParams in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaMemsetParams Modifier and Type Method Description cudaMemsetParamscudaMemsetParams. dst(Pointer setter)cudaMemsetParamscudaMemsetParams. elementSize(int setter)cudaMemsetParamscudaMemsetParams. getPointer(long i)cudaMemsetParamscudaMemsetParams. height(long setter)cudaMemsetParamscudaMemsetParams. pitch(long setter)cudaMemsetParamscudaMemsetParams. position(long position)cudaMemsetParamscudaMemsetParams. value(int setter)cudaMemsetParamscudaMemsetParams. width(long setter) -
Uses of cudaMemsetParams in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaMemsetParams Modifier and Type Method Description static intcudart. cudaGraphAddMemsetNode(CUgraphNode_st pGraphNode, CUgraph_st graph, CUgraphNode_st pDependencies, long numDependencies, cudaMemsetParams pMemsetParams)\brief Creates a memset node and adds it to a graph Creates a new memset node and adds it to \p graph with \p numDependencies dependencies specified via \p pDependencies.static intcudart. cudaGraphExecMemsetNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st node, cudaMemsetParams pNodeParams)\brief Sets the parameters for a memset node in the given graphExec.static intcudart. cudaGraphMemsetNodeGetParams(CUgraphNode_st node, cudaMemsetParams pNodeParams)\brief Returns a memset node's parameters Returns the parameters of memset node \p node in \p pNodeParams.static intcudart. cudaGraphMemsetNodeSetParams(CUgraphNode_st node, cudaMemsetParams pNodeParams)\brief Sets a memset node's parameters Sets the parameters of memset node \p node to \p pNodeParams.
-