GpuDelegateFactory.Options.GpuBackend

public static final enum GpuDelegateFactory.Options.GpuBackend

Which GPU backend to select.

Inherited Methods

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.