Uses of Class
org.bytedeco.cuda.cudart.cudaMemcpy3DParms
-
Packages that use cudaMemcpy3DParms Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaMemcpy3DParms in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaMemcpy3DParms Modifier and Type Method Description cudaMemcpy3DParmscudaMemcpy3DParms. dstArray(cudaArray setter)cudaMemcpy3DParmscudaMemcpy3DParms. dstPos(cudaPos setter)cudaMemcpy3DParmscudaMemcpy3DParms. dstPtr(cudaPitchedPtr setter)cudaMemcpy3DParmscudaMemcpy3DParms. extent(cudaExtent setter)cudaMemcpy3DParmscudaMemcpy3DParms. getPointer(long i)cudaMemcpy3DParmscudaMemcpy3DParms. kind(int setter)cudaMemcpy3DParmscudaMemcpy3DParms. position(long position)cudaMemcpy3DParmscudaMemcpy3DParms. srcArray(cudaArray setter)cudaMemcpy3DParmscudaMemcpy3DParms. srcPos(cudaPos setter)cudaMemcpy3DParmscudaMemcpy3DParms. srcPtr(cudaPitchedPtr setter) -
Uses of cudaMemcpy3DParms in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaMemcpy3DParms Modifier and Type Method Description static intcudart. cudaGraphAddMemcpyNode(CUgraphNode_st pGraphNode, CUgraph_st graph, CUgraphNode_st pDependencies, long numDependencies, cudaMemcpy3DParms pCopyParams)\brief Creates a memcpy node and adds it to a graph Creates a new memcpy node and adds it to \p graph with \p numDependencies dependencies specified via \p pDependencies.static intcudart. cudaGraphExecMemcpyNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st node, cudaMemcpy3DParms pNodeParams)\brief Sets the parameters for a memcpy node in the given graphExec.static intcudart. cudaGraphMemcpyNodeGetParams(CUgraphNode_st node, cudaMemcpy3DParms pNodeParams)\brief Returns a memcpy node's parameters Returns the parameters of memcpy node \p node in \p pNodeParams.static intcudart. cudaGraphMemcpyNodeSetParams(CUgraphNode_st node, cudaMemcpy3DParms pNodeParams)\brief Sets a memcpy node's parameters Sets the parameters of memcpy node \p node to \p pNodeParams.static intcudart. cudaMemcpy3D(cudaMemcpy3DParms p)\brief Copies data between 3D objectsstatic intcudart. cudaMemcpy3DAsync(cudaMemcpy3DParms p)static intcudart. cudaMemcpy3DAsync(cudaMemcpy3DParms p, CUstream_st stream)\brief Copies data between 3D objects
-