jcuda.driver
Class CUdevice

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.driver.CUdevice

public class CUdevice
extends NativePointerObject

Java port of a CUdevice.

See Also:
JCudaDriver.cuDeviceGet(jcuda.driver.CUdevice, int), JCudaDriver.cuDeviceComputeCapability(int[], int[], jcuda.driver.CUdevice), JCudaDriver.cuDeviceGetAttribute(int[], int, jcuda.driver.CUdevice), JCudaDriver.cuDeviceGetCount(int[]), JCudaDriver.cuDeviceGetName(byte[], int, jcuda.driver.CUdevice), JCudaDriver.cuDeviceGetProperties(jcuda.driver.CUdevprop, jcuda.driver.CUdevice), JCudaDriver.cuDeviceTotalMem(long[], jcuda.driver.CUdevice)

Constructor Summary
CUdevice()
          Creates a new, uninitialized CUdevice
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CUdevice

public CUdevice()
Creates a new, uninitialized CUdevice

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class NativePointerObject
Returns:
A String representation of this object.