Handbook
Glossary
memcpy-device>host ( dest-ptr src-ptr count -- )
Vocabulary
cuda
.
memory
Inputs
dest-ptr
an
object
src-ptr
an
object
count
an
object
Outputs
None
Definition
USING:
cuda
cuda.ffi
;
IN:
cuda.memory
:
memcpy-device>host
( dest-ptr src-ptr count -- )
cuMemcpyDtoH
cuda-error
;
inline