Handbook
Glossary
cuMemcpyDtoD ( dstDevice srcDevice ByteCount -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
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
cuMemcpyDtoD
(
CUdeviceptr
dstDevice,
CUdeviceptr
srcDevice,
uint
ByteCount )