Uses of Enum Class
com.ibm.cuda.CudaJitOptions.CacheMode
-
Uses of CudaJitOptions.CacheMode in com.ibm.cuda
Modifier and TypeClassDescriptionstatic enum
CacheMode
identifies the cache management choices.Modifier and TypeMethodDescriptionstatic CudaJitOptions.CacheMode
Returns the enum constant of this class with the specified name.static CudaJitOptions.CacheMode[]
CudaJitOptions.CacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCudaJitOptions.setCacheMode
(CudaJitOptions.CacheMode mode) Specifies the desired caching behavior (-dlcm).