Handbook
Glossary
cuMemcpyDtoHAsync ( dstHost srcDevice ByteCount hStream -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstHost
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
cuMemcpyDtoHAsync
( void* dstHost,
CUdeviceptr
srcDevice,
uint
ByteCount,
CUstream
hStream )