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.platformFilter
private final Predicate
<PlatformProperties> OpenCLOptions.platformFilter
Methods 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 PlatformPropertiesModifierConstructorDescriptionprivate
OpenCLOptions
(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 PlatformProperties
CPUPlatform.platformProperties
private final PlatformProperties
OpenCLPlatform.Platform.platformProperties
Methods 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)