jcuda.driver
Class CUjit_target

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

public class CUjit_target
extends java.lang.Object

Online compilation targets.

Most comments are taken from the CUDA reference manual.

See Also:
JCudaDriver.cuModuleLoadDataEx(jcuda.driver.CUmodule, jcuda.Pointer, int, int[], jcuda.Pointer)

Field Summary
static int CU_TARGET_COMPUTE_10
          Compute device class 1.0
static int CU_TARGET_COMPUTE_11
          Compute device class 1.1
static int CU_TARGET_COMPUTE_12
          Compute device class 1.2
static int CU_TARGET_COMPUTE_13
          Compute device class 1.3
static int CU_TARGET_COMPUTE_20
          Compute device class 2.0
static int CU_TARGET_COMPUTE_21
          Compute device class 2.1
static int CU_TARGET_COMPUTE_30
          Compute device class 3.0
static int CU_TARGET_COMPUTE_35
          Compute device class 3.5
 
Method Summary
static java.lang.String stringFor(int n)
          Returns the String identifying the given CUjit_target
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CU_TARGET_COMPUTE_10

public static final int CU_TARGET_COMPUTE_10
Compute device class 1.0

See Also:
Constant Field Values

CU_TARGET_COMPUTE_11

public static final int CU_TARGET_COMPUTE_11
Compute device class 1.1

See Also:
Constant Field Values

CU_TARGET_COMPUTE_12

public static final int CU_TARGET_COMPUTE_12
Compute device class 1.2

See Also:
Constant Field Values

CU_TARGET_COMPUTE_13

public static final int CU_TARGET_COMPUTE_13
Compute device class 1.3

See Also:
Constant Field Values

CU_TARGET_COMPUTE_20

public static final int CU_TARGET_COMPUTE_20
Compute device class 2.0

See Also:
Constant Field Values

CU_TARGET_COMPUTE_21

public static final int CU_TARGET_COMPUTE_21
Compute device class 2.1

See Also:
Constant Field Values

CU_TARGET_COMPUTE_30

public static final int CU_TARGET_COMPUTE_30
Compute device class 3.0

See Also:
Constant Field Values

CU_TARGET_COMPUTE_35

public static final int CU_TARGET_COMPUTE_35
Compute device class 3.5

See Also:
Constant Field Values
Method Detail

stringFor

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

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