Uses of Interface
de.mirkosertic.bytecoder.api.opencl.PlatformProperties
-
Packages that use PlatformProperties Package Description de.mirkosertic.bytecoder.api.opencl de.mirkosertic.bytecoder.core.backend.opencl -
-
Uses of PlatformProperties in de.mirkosertic.bytecoder.api.opencl
Fields in de.mirkosertic.bytecoder.api.opencl with type parameters of type PlatformProperties Modifier and Type Field Description private java.util.function.Predicate<PlatformProperties>
OpenCLOptions.Builder. platformFilter
private java.util.function.Predicate<PlatformProperties>
OpenCLOptions. platformFilter
Methods in de.mirkosertic.bytecoder.api.opencl that return PlatformProperties Modifier and Type Method Description PlatformProperties
Platform. getPlatformProperties()
Methods in de.mirkosertic.bytecoder.api.opencl that return types with arguments of type PlatformProperties Modifier and Type Method Description java.util.function.Predicate<PlatformProperties>
OpenCLOptions. getPlatformFilter()
Method parameters in de.mirkosertic.bytecoder.api.opencl with type arguments of type PlatformProperties Modifier and Type Method Description OpenCLOptions.Builder
OpenCLOptions.Builder. platformFilter(java.util.function.Predicate<PlatformProperties> platformFilter)
Platforms are rejected if the platformFilter predicate returns false.Constructor parameters in de.mirkosertic.bytecoder.api.opencl with type arguments of type PlatformProperties Constructor Description OpenCLOptions(java.util.function.Predicate<PlatformProperties> platformFilter, java.util.Comparator<DeviceProperties> preferredDeviceComparator)
-
Uses of PlatformProperties in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl declared as PlatformProperties Modifier and Type Field Description private PlatformProperties
CPUPlatform. platformProperties
private PlatformProperties
OpenCLPlatform.Platform. platformProperties
Methods in de.mirkosertic.bytecoder.core.backend.opencl that return PlatformProperties Modifier and Type Method Description PlatformProperties
CPUPlatform. getPlatformProperties()
PlatformProperties
OpenCLPlatform. getPlatformProperties()
Constructors in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type PlatformProperties Constructor Description Platform(int index, org.jocl.cl_platform_id aId, PlatformProperties aPlatformProperties)
-