Uses of Enum Class
com.ibm.cuda.CudaJitOptions.CacheMode
Packages that use CudaJitOptions.CacheMode
-
Uses of CudaJitOptions.CacheMode in com.ibm.cuda
Methods in com.ibm.cuda that return CudaJitOptions.CacheModeModifier 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.Methods in com.ibm.cuda with parameters of type CudaJitOptions.CacheModeModifier and TypeMethodDescriptionCudaJitOptions.setCacheMode
(CudaJitOptions.CacheMode mode) Specifies the desired caching behavior (-dlcm).