|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUsharedconfig
public class CUsharedconfig
Shared memory configurations
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUsharedconfig |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUsharedconfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |