Which GPU backend to select.
Inherited Methods
From class
java.lang.Enum
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
java.lang.Comparable
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.