|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUarray_format
public class CUarray_format
Array formats.
Most comments are taken from the CUDA reference manual.
CUDA_ARRAY_DESCRIPTOR
,
CUDA_ARRAY3D_DESCRIPTOR
Field Summary | |
---|---|
static int |
CU_AD_FORMAT_FLOAT
32-bit floating point |
static int |
CU_AD_FORMAT_HALF
16-bit floating point |
static int |
CU_AD_FORMAT_SIGNED_INT16
Signed 16-bit integers |
static int |
CU_AD_FORMAT_SIGNED_INT32
Signed 32-bit integers |
static int |
CU_AD_FORMAT_SIGNED_INT8
Signed 8-bit integers |
static int |
CU_AD_FORMAT_UNSIGNED_INT16
Unsigned 16-bit integers |
static int |
CU_AD_FORMAT_UNSIGNED_INT32
Unsigned 32-bit integers |
static int |
CU_AD_FORMAT_UNSIGNED_INT8
Unsigned 8-bit integers |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUarray_format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_AD_FORMAT_UNSIGNED_INT8
public static final int CU_AD_FORMAT_UNSIGNED_INT16
public static final int CU_AD_FORMAT_UNSIGNED_INT32
public static final int CU_AD_FORMAT_SIGNED_INT8
public static final int CU_AD_FORMAT_SIGNED_INT16
public static final int CU_AD_FORMAT_SIGNED_INT32
public static final int CU_AD_FORMAT_HALF
public static final int CU_AD_FORMAT_FLOAT
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUarray_format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |