|
|||||||||
| 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 |
cudaLimitPrintfFifoSize
GPU printf 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
| 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 | ||||||||