Uses of Class
org.bytedeco.cuda.cudart.CUDA_MEMCPY3D
-
Packages that use CUDA_MEMCPY3D Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_MEMCPY3D in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_MEMCPY3D Modifier and Type Method Description CUDA_MEMCPY3DCUDA_MEMCPY3D. Depth(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstArray(CUarray_st setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstDevice(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstHeight(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstHost(Pointer setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstLOD(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstMemoryType(int setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstPitch(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstXInBytes(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstY(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. dstZ(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. getPointer(long i)CUDA_MEMCPY3DCUDA_MEMCPY3D. Height(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. position(long position)CUDA_MEMCPY3DCUDA_MEMCPY3D. reserved0(Pointer setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. reserved1(Pointer setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcArray(CUarray_st setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcDevice(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcHeight(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcHost(Pointer setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcLOD(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcMemoryType(int setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcPitch(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcXInBytes(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcY(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. srcZ(long setter)CUDA_MEMCPY3DCUDA_MEMCPY3D. WidthInBytes(long setter) -
Uses of CUDA_MEMCPY3D in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_MEMCPY3D Modifier and Type Method Description static intcudart. cuGraphAddMemcpyNode(CUgraphNode_st phGraphNode, CUgraph_st hGraph, CUgraphNode_st dependencies, long numDependencies, CUDA_MEMCPY3D copyParams, CUctx_st ctx)\brief Creates a memcpy node and adds it to a graph Creates a new memcpy node and adds it to \p hGraph with \p numDependencies dependencies specified via \p dependencies.static intcudart. cuGraphExecMemcpyNodeSetParams(CUgraphExec_st hGraphExec, CUgraphNode_st hNode, CUDA_MEMCPY3D copyParams, CUctx_st ctx)\brief Sets the parameters for a memcpy node in the given graphExec.static intcudart. cuGraphMemcpyNodeGetParams(CUgraphNode_st hNode, CUDA_MEMCPY3D nodeParams)\brief Returns a memcpy node's parameters Returns the parameters of memcpy node \p hNode in \p nodeParams.static intcudart. cuGraphMemcpyNodeSetParams(CUgraphNode_st hNode, CUDA_MEMCPY3D nodeParams)\brief Sets a memcpy node's parameters Sets the parameters of memcpy node \p hNode to \p nodeParams.static intcudart. cuMemcpy3D(CUDA_MEMCPY3D pCopy)\brief Copies memory for 3D arrays Perform a 3D memory copy according to the parameters specified in \p pCopy.static intcudart. cuMemcpy3DAsync(CUDA_MEMCPY3D pCopy, CUstream_st hStream)\brief Copies memory for 3D arrays Perform a 3D memory copy according to the parameters specified in \p pCopy.
-