Description Usage Arguments Value References See Also
Returns the handle of the surface reference of name name
in the module hmod. If no surface reference of that name exists,
cuModuleGetSurfRef() returns CUDA_ERROR_NOT_FOUND.
1 | cuModuleGetSurfRef(hmod, name)
|
hmod |
Module to retrieve surface reference from |
name |
Name of surface reference to retrieve |
pSurfRef
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cuModuleGetFunction
cuModuleGetGlobal
cuModuleGetTexRef
cuModuleLoad
cuModuleLoadData
cuModuleLoadDataEx
cuModuleLoadFatBinary
cuModuleUnload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.