Handbook
Glossary
cuMemcpyAtoD ( dstDevice hSrc SrcIndex ByteCount -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
an
object
hSrc
an
object
SrcIndex
an
object
ByteCount
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemcpyAtoD
(
CUdeviceptr
dstDevice,
CUarray
hSrc,
uint
SrcIndex,
uint
ByteCount )