jcuda.jnpp
Class NppGpuComputeCapability

java.lang.Object
  extended by jcuda.jnpp.NppGpuComputeCapability

public class NppGpuComputeCapability
extends java.lang.Object

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

NPP_CUDA_UNKNOWN_VERSION

public static final int NPP_CUDA_UNKNOWN_VERSION
Indicates that the compute-capability query failed

See Also:
Constant Field Values

NPP_CUDA_NOT_CAPABLE

public static final int NPP_CUDA_NOT_CAPABLE
Indicates that no CUDA capable device was found on machine

See Also:
Constant Field Values

NPP_CUDA_1_0

public static final int NPP_CUDA_1_0
Indicates that CUDA 1.0 capable device is default device on machine

See Also:
Constant Field Values

NPP_CUDA_1_1

public static final int NPP_CUDA_1_1
Indicates that CUDA 1.1 capable device

See Also:
Constant Field Values

NPP_CUDA_1_2

public static final int NPP_CUDA_1_2
Indicates that CUDA 1.2 capable device

See Also:
Constant Field Values

NPP_CUDA_1_3

public static final int NPP_CUDA_1_3
Indicates that CUDA 1.3 or better is default device on machine

See Also:
Constant Field Values

NPP_CUDA_2_0

public static final int NPP_CUDA_2_0
Indicates that CUDA 2.0 or better is default device on machine

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given NppGpuComputeCapability

Parameters:
m - The NppGpuComputeCapability
Returns:
The String identifying the given NppGpuComputeCapability