Uses of Interface
de.mirkosertic.bytecoder.api.opencl.PlatformProperties
Packages that use PlatformProperties
Package
Description
-
Uses of PlatformProperties in de.mirkosertic.bytecoder.api.opencl
Fields in de.mirkosertic.bytecoder.api.opencl with type parameters of type PlatformPropertiesModifier and TypeFieldDescriptionprivate Predicate<PlatformProperties> OpenCLOptions.Builder.platformFilterprivate final Predicate<PlatformProperties> OpenCLOptions.platformFilterMethods in de.mirkosertic.bytecoder.api.opencl that return PlatformPropertiesMethods in de.mirkosertic.bytecoder.api.opencl that return types with arguments of type PlatformPropertiesMethod parameters in de.mirkosertic.bytecoder.api.opencl with type arguments of type PlatformPropertiesModifier and TypeMethodDescriptionOpenCLOptions.Builder.platformFilter(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 PlatformPropertiesModifierConstructorDescriptionprivateOpenCLOptions(Predicate<PlatformProperties> platformFilter, Comparator<DeviceProperties> preferredDeviceComparator) -
Uses of PlatformProperties in de.mirkosertic.bytecoder.core.backend.opencl
Fields in de.mirkosertic.bytecoder.core.backend.opencl declared as PlatformPropertiesModifier and TypeFieldDescriptionprivate final PlatformPropertiesCPUPlatform.platformPropertiesprivate final PlatformPropertiesOpenCLPlatform.Platform.platformPropertiesMethods in de.mirkosertic.bytecoder.core.backend.opencl that return PlatformPropertiesModifier and TypeMethodDescriptionCPUPlatform.getPlatformProperties()OpenCLPlatform.getPlatformProperties()Constructors in de.mirkosertic.bytecoder.core.backend.opencl with parameters of type PlatformPropertiesModifierConstructorDescription(package private)Platform(int index, org.jocl.cl_platform_id aId, PlatformProperties aPlatformProperties)