jcuda.driver
Class CUdevice

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

public class CUdevice
extends java.lang.Object

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(int[], 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 java.lang.Object
equals, getClass, hashCode, 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 java.lang.Object
Returns:
A String representation of this object.