CUDA_MEMCPY2D
- Provided by: nvidia-cuda-dev (Version: 7.5.18-0ubuntu1)
- Source: nvidia-cuda-toolkit
- Report a bug
CUarray dstArray
CUdeviceptr dstDevice
void * dstHost
CUmemorytype dstMemoryType
size_t dstPitch
size_t dstXInBytes
CUarray srcArray
CUdeviceptr srcDevice
const void * srcHost
CUmemorytype srcMemoryType
size_t srcPitch
size_t srcXInBytes
size_t WidthInBytes
2D memory copy parameters
Destination array reference
Destination device pointer
Destination host pointer
Destination memory type (host, device, array)
Destination pitch (ignored when dst is array)
Destination X in bytes
Source array reference
Source device pointer
Source host pointer
Source memory type (host, device, array)
Source pitch (ignored when src is array)
Source X in bytes
Width of 2D memory copy in bytes
Generated automatically by Doxygen from the source code.