|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUlimit
public class CUlimit
Limits
Field Summary | |
---|---|
static int |
CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT
GPU device runtime pending launch count |
static int |
CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH
GPU device runtime launch synchronize depth |
static int |
CU_LIMIT_MALLOC_HEAP_SIZE
GPU malloc heap size |
static int |
CU_LIMIT_PRINTF_FIFO_SIZE
GPU printf FIFO size |
static int |
CU_LIMIT_STACK_SIZE
GPU thread stack size |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUlimit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_LIMIT_STACK_SIZE
public static final int CU_LIMIT_PRINTF_FIFO_SIZE
public static final int CU_LIMIT_MALLOC_HEAP_SIZE
public static final int CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH
public static final int CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUlimit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |