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.CacheConfigReturns 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 TypeMethodDescriptionvoidCudaDevice.setCacheConfig(CudaDevice.CacheConfig config) Configures the cache of this device.voidCudaFunction.setCacheConfig(CudaDevice.CacheConfig config) Configures the cache for this function.final voidCudaKernel.setCacheConfig(CudaDevice.CacheConfig config) Configures the cache for thefunctionassociated with this kernel.