Uses of Class
de.mirkosertic.bytecoder.core.backend.opencl.OpenCLPlatform.Device
-
Packages that use OpenCLPlatform.Device Package Description de.mirkosertic.bytecoder.core.backend.opencl -
-
Uses of OpenCLPlatform.Device in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl declared as OpenCLPlatform.Device Modifier and Type Field Description (package private) OpenCLPlatform.Device
OpenCLPlatform. selectedDevice
Fields in de.mirkosertic.bytecoder.core.backend.opencl with type parameters of type OpenCLPlatform.Device Modifier and Type Field Description private java.util.List<OpenCLPlatform.Device>
OpenCLPlatform.Platform. deviceList
Methods in de.mirkosertic.bytecoder.core.backend.opencl that return OpenCLPlatform.Device Modifier and Type Method Description private OpenCLPlatform.Device
OpenCLPlatform. findBestDevice(java.util.List<OpenCLPlatform.Platform> platforms, OpenCLOptions clOptions)
-