Modifier and Type | Method and Description |
---|---|
CudaDevice.CacheConfig |
CudaDevice.getCacheConfig()
Returns the current cache configuration of this device.
|
static CudaDevice.CacheConfig |
CudaDevice.CacheConfig.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CudaFunction.setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache for this function.
|
void |
CudaKernel.setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache for the
function associated
with this kernel. |
void |
CudaDevice.setCacheConfig(CudaDevice.CacheConfig config)
Configures the cache of this device.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2023 IBM Corp. and others.