Uses of Enum Class
com.ibm.cuda.CudaDevice.CacheConfig
-
Uses of CudaDevice.CacheConfig in com.ibm.cuda
Modifier and TypeMethodDescriptionCudaDevice.getCacheConfig()
Returns the current cache configuration of this device.static CudaDevice.CacheConfig
Returns the enum constant of this class with the specified name.static CudaDevice.CacheConfig[]
CudaDevice.CacheConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CudaDevice.setCacheConfig
(CudaDevice.CacheConfig config) Configures the cache of this device.void
CudaFunction.setCacheConfig
(CudaDevice.CacheConfig config) Configures the cache for this function.final void
CudaKernel.setCacheConfig
(CudaDevice.CacheConfig config) Configures the cache for thefunction
associated with this kernel.