This package enables access to CUDA-capable devices from Java.
-
static enum
CacheConfig
identifies the cache configuration choices for
a device.
Returns the current cache configuration of this device.
Returns the enum constant of this class with the specified name.
CudaDevice.CacheConfig.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
void
Configures the cache of this device.
void
Configures the cache for this function.
final void
Configures the cache for the
function
associated
with this kernel.