Uses of Enum Class
com.ibm.cuda.CudaJitOptions.Fallback
-
Uses of CudaJitOptions.Fallback in com.ibm.cuda
Modifier and TypeClassDescriptionstatic enum
Fallback
identifies the available fall-back strategies when an exactly matching object is not available.Modifier and TypeMethodDescriptionstatic CudaJitOptions.Fallback
Returns the enum constant of this class with the specified name.static CudaJitOptions.Fallback[]
CudaJitOptions.Fallback.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCudaJitOptions.setJitFallbackStrategy
(CudaJitOptions.Fallback strategy) Specifies the fallback strategy if an exactly matching binary object cannot be found.