Handbook
Glossary
cuMemsetD16 ( dstDevice us N -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dstDevice
an
object
us
an
object
N
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemsetD16
(
CUdeviceptr
dstDevice,
ushort
us,
uint
N )