cuModuleLoadDataEx: Load a module's data with options

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. Options are passed as an array via options and any corresponding parameters are passed in optionValues. The number of total options is supplied via numOptions. Any outputs will be returned via optionValues. Supported options are (types for the option values are specified in parentheses after the option name):

Usage

1

Arguments

image

Module data to load

options

the vector of options, enumerated types

opts

a logical value, currently ignored.

Value

module options optionValues

References

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

See Also

cuModuleGetFunction cuModuleGetGlobal cuModuleGetTexRef cuModuleLoad cuModuleLoadData cuModuleLoadFatBinary cuModuleUnload


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