cuMemcpyDtoHAsync ( dstHost srcDevice ByteCount hStream -- CUresult )


Vocabulary
cuda.ffi

Inputs
dstHostan object
srcDevicean object
ByteCountan object
hStreaman object


Outputs
CUresultan object


Definition


LIBRARY: cuda FUNCTION: CUresult cuMemcpyDtoHAsync
( void* dstHost, CUdeviceptr srcDevice, uint ByteCount,
CUstream hStream )