Description Usage Arguments Value References See Also
Takes a pointer image and loads the corresponding module module into
the current context. The pointer may be obtained by mapping a cubin or
PTX or fatbin file, passing a cubin or PTX or fatbin file
as a NULL-terminated text string, or incorporating a cubin or fatbin
object into the executable resources and using operating system calls such
as Windows FindResource() to obtain the pointer.
1 |
image |
Module data to load |
module
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cuModuleGetFunction
cuModuleGetGlobal
cuModuleGetTexRef
cuModuleLoad
cuModuleLoadDataEx
cuModuleLoadFatBinary
cuModuleUnload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.