Description Usage Arguments Value References See Also
Returns and *bytes the base pointer and size of the
global of name name located in module hmod. If no variable of that name
exists, cuModuleGetGlobal() returns CUDA_ERROR_NOT_FOUND. Both
parameters dptr and bytes are optional. If one of them is
NULL, it is ignored.
1 | cuModuleGetGlobal(hmod, name)
|
hmod |
Module to retrieve global from |
name |
Name of global to retrieve |
dptr bytes
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cuModuleGetFunction
cuModuleGetTexRef
cuModuleLoad
cuModuleLoadData
cuModuleLoadDataEx
cuModuleLoadFatBinary
cuModuleUnload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.