Handbook
Glossary
cuModuleGetFunction ( hfunc hmod name -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
hfunc
an
object
hmod
an
object
name
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuModuleGetFunction
( CUfunction* hfunc,
CUmodule
hmod,
c-string
name )