public static final enum
GpuDelegateFactory.Options.GpuBackend
Which GPU backend to select.
Inherited Methods
final int |
compareTo(GpuDelegateFactory.Options.GpuBackend arg0)
|
int |
compareTo(Object arg0)
|
final boolean |
equals(Object arg0)
|
final Class<GpuDelegateFactory.Options.GpuBackend> |
getDeclaringClass()
|
final int |
hashCode()
|
final String |
name()
|
final int |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
abstract int |
compareTo(GpuDelegateFactory.Options.GpuBackend arg0)
|
Enum Values
public static final GpuDelegateFactory.Options.GpuBackend OPENCL
Enforces execution with Open CL.
public static final GpuDelegateFactory.Options.GpuBackend OPENGL
Enforces execution with Open GL.
public static final GpuDelegateFactory.Options.GpuBackend UNSET
Try OpenCL first. Fall back to OpenGL if it's not available.