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.cuLinkAddData(CUlinkState state, int type, Pointer data, long size, java.lang.String name, JITOptions jitOptions)
           
static int JCudaDriver.cuLinkAddFile(CUlinkState state, int type, java.lang.String path, JITOptions jitOptions)
           
static int JCudaDriver.cuLinkCreate(JITOptions jitOptions, CUlinkState stateOut)
           
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.