Package com.aparapi.device
Class JavaDevice
java.lang.Object
com.aparapi.device.Device
com.aparapi.device.JavaDevice
- All Implemented Interfaces:
Comparable<Device>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aparapi.device.Device
Device.TYPE
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JavaDevice
private final long
private final String
static final JavaDevice
static final JavaDevice
Fields inherited from class com.aparapi.device.Device
maxWorkGroupSize, maxWorkItemDimensions, maxWorkItemSize, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aparapi.device.Device
best, bestACC, bestGPU, compareTo, createRange, createRange, createRange2D, createRange2D, createRange3D, createRange3D, equals, first, firstCPU, firstGPU, getMaxWorkGroupSize, getMaxWorkItemDimensions, getMaxWorkItemSize, getType, hashCode, setMaxWorkGroupSize, setMaxWorkItemDimensions, setMaxWorkItemSize, setType
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
THREAD_POOL
-
ALTERNATIVE_ALGORITHM
-
SEQUENTIAL
-
name
-
deviceId
private final long deviceId
-
-
Constructor Details
-
JavaDevice
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescription
in classDevice
-
getDeviceId
public long getDeviceId()- Specified by:
getDeviceId
in classDevice
-
toString
-