Uses of Class
com.ibm.cuda.CudaJitOptions.CacheMode
-
Packages that use CudaJitOptions.CacheMode Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaJitOptions.CacheMode in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitOptions.CacheMode Modifier and Type Method Description static CudaJitOptions.CacheMode
CudaJitOptions.CacheMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaJitOptions.CacheMode[]
CudaJitOptions.CacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaJitOptions.CacheMode Modifier and Type Method Description CudaJitOptions
CudaJitOptions. setCacheMode(CudaJitOptions.CacheMode mode)
Specifies the desired caching behavior (-dlcm).
-