cuModuleLoadData: Load a module's data

Description Usage Arguments Value References See Also

Description

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.

Usage

1

Arguments

image

Module data to load

Value

module

References

http://docs.nvidia.com/cuda/cuda-driver-api/index.html

See Also

cuModuleGetFunction cuModuleGetGlobal cuModuleGetTexRef cuModuleLoad cuModuleLoadDataEx cuModuleLoadFatBinary cuModuleUnload


duncantl/RCUDA documentation built on May 15, 2019, 5:26 p.m.