Uses of Class
com.ibm.cuda.CudaJitOptions.Fallback
-
Packages that use CudaJitOptions.Fallback Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaJitOptions.Fallback in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitOptions.Fallback Modifier and Type Method Description static CudaJitOptions.Fallback
CudaJitOptions.Fallback. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaJitOptions.Fallback[]
CudaJitOptions.Fallback. 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.Fallback Modifier and Type Method Description CudaJitOptions
CudaJitOptions. setJitFallbackStrategy(CudaJitOptions.Fallback strategy)
Specifies the fallback strategy if an exactly matching binary object cannot be found.
-