Handbook
Glossary
cuLaunchGridAsync ( f grid_width grid_height hStream -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
f
an
object
grid_width
an
object
grid_height
an
object
hStream
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuLaunchGridAsync
(
CUfunction
f,
int
grid_width,
int
grid_height,
CUstream
hStream )