Uses of Class
de.mirkosertic.bytecoder.api.opencl.OpenCLOptions
Packages that use OpenCLOptions
Package
Description
-
Uses of OpenCLOptions in de.mirkosertic.bytecoder.api.opencl
Methods in de.mirkosertic.bytecoder.api.opencl that return OpenCLOptionsModifier and TypeMethodDescriptionOpenCLOptions.Builder.build()
static OpenCLOptions
OpenCLOptions.defaults()
Methods in de.mirkosertic.bytecoder.api.opencl with parameters of type OpenCLOptionsModifier and TypeMethodDescriptionabstract Platform
PlatformFactory.createPlatform
(Logger aLogger, OpenCLOptions aOptions) -
Uses of OpenCLOptions in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl declared as OpenCLOptionsMethods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type OpenCLOptionsModifier and TypeMethodDescriptionPlatformFactoryImpl.createPlatform
(Logger logger, OpenCLOptions options) private OpenCLPlatform.Device
OpenCLPlatform.findBestDevice
(List<OpenCLPlatform.Platform> platforms, OpenCLOptions clOptions) Constructors in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type OpenCLOptions