gorgonia / cu

package cu provides an idiomatic interface to the CUDA Driver API.
Apache License 2.0
475 stars 64 forks source link

API for `cuModuleLoadDataEx` #9

Closed chewxy closed 6 years ago

chewxy commented 7 years ago

The C declaration is CUresult cuModuleLoadDataEx(CUmodule* module, const void* image, unsigned int numOptions, CUjit_option* options, void** optionValues);