Uses of Class
jcuda.driver.JITOptions

Packages that use JITOptions
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of JITOptions in jcuda.driver
 

Methods in jcuda.driver with parameters of type JITOptions
static int JCudaDriver.cuModuleLoadDataJIT(CUmodule module, Pointer pointer, JITOptions jitOptions)
          A wrapper function for JCudaDriver.cuModuleLoadDataEx(CUmodule, Pointer, int, int[], Pointer) which allows passing in the options for the JIT compiler, and obtaining the output of the JIT compiler via a JITOptions object.