|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.NppGpuComputeCapability
public class NppGpuComputeCapability
GPU Compute Capabilities
Field Summary | |
---|---|
static int |
NPP_CUDA_1_0
Indicates that CUDA 1.0 capable device is default device on machine |
static int |
NPP_CUDA_1_1
Indicates that CUDA 1.1 capable device |
static int |
NPP_CUDA_1_2
Indicates that CUDA 1.2 capable device |
static int |
NPP_CUDA_1_3
Indicates that CUDA 1.3 or better is default device on machine |
static int |
NPP_CUDA_2_0
Indicates that CUDA 2.0 or better is default device on machine |
static int |
NPP_CUDA_NOT_CAPABLE
Indicates that no CUDA capable device was found on machine |
static int |
NPP_CUDA_UNKNOWN_VERSION
Indicates that the compute-capability query failed |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given NppGpuComputeCapability |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NPP_CUDA_UNKNOWN_VERSION
public static final int NPP_CUDA_NOT_CAPABLE
public static final int NPP_CUDA_1_0
public static final int NPP_CUDA_1_1
public static final int NPP_CUDA_1_2
public static final int NPP_CUDA_1_3
public static final int NPP_CUDA_2_0
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The NppGpuComputeCapability
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |