|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.runtime.cudaLimit
public class cudaLimit
CUDA limits.
Most comments are taken from the CUDA reference manual.
| Field Summary | |
|---|---|
static int |
cudaLimitDevRuntimePendingLaunchCount
GPU device runtime pending launch count |
static int |
cudaLimitDevRuntimeSyncDepth
GPU device runtime synchronize depth |
static int |
cudaLimitMallocHeapSize
GPU malloc heap size |
static int |
cudaLimitPrintfFifoSize
GPU printf/fprintf FIFO size |
static int |
cudaLimitStackSize
GPU thread stack size |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaLimit |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int cudaLimitStackSize
public static final int cudaLimitPrintfFifoSize
public static final int cudaLimitMallocHeapSize
public static final int cudaLimitDevRuntimeSyncDepth
public static final int cudaLimitDevRuntimePendingLaunchCount
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The cudaLimit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||