Modifier and Type | Method and Description |
---|---|
CudaDevice.SharedMemConfig |
CudaDevice.getSharedMemConfig()
Returns the current shared memory configuration of this device.
|
static CudaDevice.SharedMemConfig |
CudaDevice.SharedMemConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CudaDevice.SharedMemConfig[] |
CudaDevice.SharedMemConfig.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.setSharedMemConfig(CudaDevice.SharedMemConfig config)
Configures the shared memory of this function.
|
void |
CudaKernel.setSharedMemConfig(CudaDevice.SharedMemConfig config)
Configures the shared memory of the
function
associated with this kernel. |
void |
CudaDevice.setSharedMemConfig(CudaDevice.SharedMemConfig config)
Configures the shared memory 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.