public class CUsharedconfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CU_SHARED_MEM_CONFIG_DEFAULT_BANK_SIZE
Set default shared memory bank size
|
static int |
CU_SHARED_MEM_CONFIG_EIGHT_BYTE_BANK_SIZE
Set shared memory bank width to eight bytes
|
static int |
CU_SHARED_MEM_CONFIG_FOUR_BYTE_BANK_SIZE
Set shared memory bank width to four bytes
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUsharedconfig
|
public static final int CU_SHARED_MEM_CONFIG_DEFAULT_BANK_SIZE
public static final int CU_SHARED_MEM_CONFIG_FOUR_BYTE_BANK_SIZE
public static final int CU_SHARED_MEM_CONFIG_EIGHT_BYTE_BANK_SIZE