cuMemcpyDtoA ( dstArray dstIndex srcDevice ByteCount -- CUresult )


Vocabulary
cuda.ffi

Inputs
dstArrayan object
dstIndexan object
srcDevicean object
ByteCountan object


Outputs
CUresultan object


Definition


LIBRARY: cuda FUNCTION: CUresult cuMemcpyDtoA
( CUarray dstArray, uint dstIndex, CUdeviceptr srcDevice,
uint ByteCount )