Struct CudaMemcpy3DParms
- Namespace
- DotCompute.Backends.CUDA.Types.Native
- Assembly
- DotCompute.Backends.CUDA.dll
CUDA memory copy parameters for 3D operations.
public struct CudaMemcpy3DParms
- Inherited Members
Fields
dstArray
The dst array.
public nint dstArray
Field Value
dstPos
The dst pos.
public CudaPos dstPos
Field Value
dstPtr
The dst ptr.
public nint dstPtr
Field Value
extent
The extent.
public CudaExtent extent
Field Value
kind
The kind.
public CudaMemcpyKind kind
Field Value
srcArray
The src array.
public nint srcArray
Field Value
srcPos
The src pos.
public CudaPos srcPos
Field Value
srcPtr
The src ptr.
public nint srcPtr