Handbook
Glossary
cuFuncSetBlockShape ( hfunc x y z -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
hfunc
an
object
x
an
object
y
an
object
z
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuFuncSetBlockShape
(
CUfunction
hfunc,
int
x,
int
y,
int
z )