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