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