jcuda.driver
Class CUlimit

java.lang.Object
  extended by jcuda.driver.CUlimit

public class CUlimit
extends java.lang.Object

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

CU_LIMIT_STACK_SIZE

public static final int CU_LIMIT_STACK_SIZE
GPU thread stack size

See Also:
Constant Field Values

CU_LIMIT_PRINTF_FIFO_SIZE

public static final int CU_LIMIT_PRINTF_FIFO_SIZE
GPU printf FIFO size

See Also:
Constant Field Values

CU_LIMIT_MALLOC_HEAP_SIZE

public static final int CU_LIMIT_MALLOC_HEAP_SIZE
GPU malloc heap size

See Also:
Constant Field Values

CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH

public static final int CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH
GPU device runtime launch synchronize depth

See Also:
Constant Field Values

CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT

public static final int CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT
GPU device runtime pending launch count

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given CUlimit

Parameters:
n - The CUlimit
Returns:
The String identifying the given CUlimit