11.01.2014 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

5.3 <strong>CUDA</strong>_MEMCPY2D_st Struct Reference 249<br />

5.3 <strong>CUDA</strong>_MEMCPY2D_st Struct Reference<br />

Data Fields<br />

• CUarray dstArray<br />

Destination array reference.<br />

• CUdeviceptr dstDevice<br />

Destination device pointer.<br />

• void ∗ dstHost<br />

Destination host pointer.<br />

• CUmemorytype dstMemoryType<br />

Destination memory type (host, device, array).<br />

• unsigned int dstPitch<br />

Destination pitch (ignored when dst is array).<br />

• unsigned int dstXInBytes<br />

Destination X in bytes.<br />

• unsigned int dstY<br />

Destination Y.<br />

• unsigned int Height<br />

Height of 2D memory copy.<br />

• CUarray srcArray<br />

Source array reference.<br />

• CUdeviceptr srcDevice<br />

Source device pointer.<br />

• const void ∗ srcHost<br />

Source host pointer.<br />

• CUmemorytype srcMemoryType<br />

Source memory type (host, device, array).<br />

• unsigned int srcPitch<br />

Source pitch (ignored when src is array).<br />

• unsigned int srcXInBytes<br />

Source X in bytes.<br />

• unsigned int srcY<br />

Source Y.<br />

• unsigned int WidthInBytes<br />

Width of 2D memory copy in bytes.<br />

Generated for <strong>NVIDIA</strong> <strong>CUDA</strong> Library by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!