|
|||||||||
| 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_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
| 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 | ||||||||