Module Management
[CUDA Driver API]


Functions

CUresult cuModuleGetFunction (CUfunction *func, CUmodule mod, const char *name)
 Returns a function handle.
CUresult cuModuleGetGlobal (CUdeviceptr *ret_dptr, unsigned int *ret_bytes, CUmodule mod, const char *name)
 Returns a global pointer from a module.
CUresult cuModuleGetTexRef (CUtexref *ppTexRef, CUmodule mod, const char *name)
 Returns a handle to a texture-reference.
CUresult cuModuleLoad (CUmodule *phMod, const char *fname)
 Loads a compute module.
CUresult cuModuleLoadData (CUmodule *phMod, const void *p)
 Load a module's data.
CUresult cuModuleLoadDataEx (CUmodule *phMod, const void *p, unsigned int numOptions, CUjit_option *options, void **optionValues)
 Load a module's data with options.
CUresult cuModuleLoadFatBinary (CUmodule *phMod, const void *vfatCubin)
 Load a module's data.
CUresult cuModuleUnload (CUmodule mod)
 Unloads a module.

Detailed Description

This section describes the module management functions of the low-level CUDA driver application programming interface.

Generated by Doxygen on Mon Mar 30 23:16:12 2009 for NVIDIA CUDA Library  NVIDIA