Uses of Class
com.ibm.cuda.CudaDevice.CacheConfig
-
Packages that use CudaDevice.CacheConfig Package Description com.ibm.cuda This package enables access to CUDA-capable devices from Java. -
-
Uses of CudaDevice.CacheConfig in com.ibm.cuda
Methods in com.ibm.cuda that return CudaDevice.CacheConfig Modifier and Type Method Description CudaDevice.CacheConfig
CudaDevice. getCacheConfig()
Returns the current cache configuration of this device.static CudaDevice.CacheConfig
CudaDevice.CacheConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static CudaDevice.CacheConfig[]
CudaDevice.CacheConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.cuda with parameters of type CudaDevice.CacheConfig Modifier and Type Method Description void
CudaDevice. setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache of this device.void
CudaFunction. setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache for this function.void
CudaKernel. setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache for thefunction
associated with this kernel.
-