Handbook
Glossary
cuMemcpyDtoDAsync ( dstDevice srcDevice ByteCount hStream -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
an
object
srcDevice
an
object
ByteCount
an
object
hStream
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemcpyDtoDAsync
(
CUdeviceptr
dstDevice,
CUdeviceptr
srcDevice,
uint
ByteCount,
CUstream
hStream )