Handbook
Glossary
cuMemcpyHtoA ( dstArray dstIndex pSrc ByteCount -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstArray
an
object
dstIndex
an
object
pSrc
an
object
ByteCount
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemcpyHtoA
(
CUarray
dstArray,
uint
dstIndex, void* pSrc,
uint
ByteCount )