Package com.aparapi.internal.kernel
Class KernelManager.DeprecatedMethods
- java.lang.Object
-
- com.aparapi.internal.kernel.KernelManager.DeprecatedMethods
-
- Enclosing class:
- KernelManager
public static class KernelManager.DeprecatedMethods extends java.lang.Object
New home for deprecated methods ofDevice
.
-
-
Constructor Summary
Constructors Constructor Description DeprecatedMethods()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Device
bestACC()
Deprecated.static Device
bestGPU()
Deprecated.static Device
firstDevice(Device.TYPE _type)
Deprecated.
-
-
-
Method Detail
-
firstDevice
@Deprecated public static Device firstDevice(Device.TYPE _type)
Deprecated.
-
bestGPU
@Deprecated public static Device bestGPU()
Deprecated.
-
bestACC
@Deprecated public static Device bestACC()
Deprecated.
-
-