|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.NativePointerObject
jcuda.driver.CUdevice
public class CUdevice
Java port of a CUdevice.
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 |
---|
public CUdevice()
Method Detail |
---|
public java.lang.String toString()
toString
in class NativePointerObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |