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 Device
Device.TYPE -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JavaDeviceprivate final longprivate final Stringstatic final JavaDevicestatic final JavaDeviceFields inherited from class Device
maxWorkGroupSize, maxWorkItemDimensions, maxWorkItemSize, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Device
best, bestACC, bestGPU, compareTo, createRange, createRange, createRange2D, createRange2D, createRange3D, createRange3D, equals, first, firstCPU, firstGPU, getMaxWorkGroupSize, getMaxWorkItemDimensions, getMaxWorkItemSize, getType, hashCode, setMaxWorkGroupSize, setMaxWorkItemDimensions, setMaxWorkItemSize, setTypeMethods inherited from interface Comparable
compareTo
-
Field Details
-
THREAD_POOL
-
ALTERNATIVE_ALGORITHM
-
SEQUENTIAL
-
name
-
deviceId
private final long deviceId
-
-
Constructor Details
-
JavaDevice
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescriptionin classDevice
-
getDeviceId
public long getDeviceId()- Specified by:
getDeviceIdin classDevice
-
toString
-