|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.driver.CUjit_target
public class CUjit_target
Online compilation targets.
Most comments are taken from the CUDA reference manual.
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 |
| 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 |
|---|
public static final int CU_TARGET_COMPUTE_10
public static final int CU_TARGET_COMPUTE_11
public static final int CU_TARGET_COMPUTE_12
public static final int CU_TARGET_COMPUTE_13
public static final int CU_TARGET_COMPUTE_20
public static final int CU_TARGET_COMPUTE_21
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUjit_target
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||