cuModuleLoadFatBinary: Load a module's data

Description Usage Arguments Value References See Also

Description

Takes a pointer fatCubin and loads the corresponding module module into the current context. The pointer represents a <i>fat binary</i> object, which is a collection of different cubin and/or PTX files, all representing the same device code, but compiled and optimized for different architectures.

Usage

1

Arguments

fatCubin

Fat binary to load

Value

module

References

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

See Also

cuModuleGetFunction cuModuleGetGlobal cuModuleGetTexRef cuModuleLoad cuModuleLoadData cuModuleLoadDataEx cuModuleUnload


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