public class NppGpuComputeCapability
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 is default device on machine
|
static int |
NPP_CUDA_2_1
Indicates that CUDA 2.1 is default device on machine
|
static int |
NPP_CUDA_3_0
Indicates that CUDA 3.0 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
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given NppGpuComputeCapability
|
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
public static final int NPP_CUDA_2_1
public static final int NPP_CUDA_3_0