Uses of Enum Class
com.ibm.cuda.CudaDevice.CacheConfig
Packages that use CudaDevice.CacheConfig
-
Uses of CudaDevice.CacheConfig in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.CacheConfigModifier 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.Methods in com.ibm.cuda with parameters of type CudaDevice.CacheConfigModifier 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.