Handbook
Glossary
cuModuleGetGlobal ( dptr bytes hmod name -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dptr
an
object
bytes
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
cuModuleGetGlobal
( CUdeviceptr* dptr, uint* bytes,
CUmodule
hmod, char* name
)