Uses of Class
de.mirkosertic.bytecoder.api.opencl.OpenCLOptions
-
Packages that use OpenCLOptions Package Description de.mirkosertic.bytecoder.api.opencl de.mirkosertic.bytecoder.core.backend.opencl -
-
Uses of OpenCLOptions in de.mirkosertic.bytecoder.api.opencl
Methods in de.mirkosertic.bytecoder.api.opencl that return OpenCLOptions Modifier and Type Method Description OpenCLOptionsOpenCLOptions.Builder. build()static OpenCLOptionsOpenCLOptions. defaults()Methods in de.mirkosertic.bytecoder.api.opencl with parameters of type OpenCLOptions Modifier and Type Method Description abstract PlatformPlatformFactory. 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 OpenCLOptions Modifier and Type Field Description private OpenCLOptionsOpenCLPlatform. openCLOptionsMethods in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type OpenCLOptions Modifier and Type Method Description PlatformPlatformFactoryImpl. createPlatform(Logger logger, OpenCLOptions options)private OpenCLPlatform.DeviceOpenCLPlatform. findBestDevice(java.util.List<OpenCLPlatform.Platform> platforms, OpenCLOptions clOptions)Constructors in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type OpenCLOptions Constructor Description OpenCLPlatform(Logger aLogger, OpenCLOptions aOptions)
-