cuMemcpyHtoA ( dstArray dstIndex pSrc ByteCount -- CUresult )


Vocabulary
cuda.ffi

Inputs
dstArrayan object
dstIndexan object
pSrcan object
ByteCountan object


Outputs
CUresultan object


Definition


LIBRARY: cuda FUNCTION: CUresult cuMemcpyHtoA
( CUarray dstArray, uint dstIndex, void* pSrc, uint
ByteCount )