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. platformFilterprivate java.util.function.Predicate<PlatformProperties>OpenCLOptions. platformFilterMethods in de.mirkosertic.bytecoder.api.opencl that return PlatformProperties Modifier and Type Method Description PlatformPropertiesPlatform. 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.BuilderOpenCLOptions.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 PlatformPropertiesCPUPlatform. platformPropertiesprivate PlatformPropertiesOpenCLPlatform.Platform. platformPropertiesMethods in de.mirkosertic.bytecoder.core.backend.opencl that return PlatformProperties Modifier and Type Method Description PlatformPropertiesCPUPlatform. getPlatformProperties()PlatformPropertiesOpenCLPlatform. 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)
-