Uses of Enum Class
net.bmahe.genetics4j.gpu.opencl.model.PlatformProfile
Packages that use PlatformProfile
-
Uses of PlatformProfile in net.bmahe.genetics4j.gpu.opencl.model
Fields in net.bmahe.genetics4j.gpu.opencl.model declared as PlatformProfileModifier and TypeFieldDescriptionprivate PlatformProfileImmutablePlatform.Builder.profileprivate final PlatformProfileImmutablePlatform.profileMethods in net.bmahe.genetics4j.gpu.opencl.model that return PlatformProfileModifier and TypeMethodDescriptionImmutablePlatform.profile()Returns the OpenCL profile supported by this platform.Platform.profile()Returns the OpenCL profile supported by this platform.static PlatformProfileReturns the enum constant of this class with the specified name.static PlatformProfile[]PlatformProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bmahe.genetics4j.gpu.opencl.model with parameters of type PlatformProfileModifier and TypeMethodDescriptionImmutablePlatform.Builder.profile(PlatformProfile profile) Initializes the value for theprofileattribute.final ImmutablePlatformImmutablePlatform.withProfile(PlatformProfile value) Copy the current immutable object by setting a value for theprofileattribute.Constructors in net.bmahe.genetics4j.gpu.opencl.model with parameters of type PlatformProfileModifierConstructorDescriptionprivateImmutablePlatform(org.jocl.cl_platform_id platformId, PlatformProfile profile, String version, String name, String vendor, Set<String> extensions, int numDevices) -
Uses of PlatformProfile in net.bmahe.genetics4j.gpu.spec
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type PlatformProfileModifier and TypeMethodDescriptionPlatformFilters.ofProfile(PlatformProfile platformProfile) Creates a predicate that filters platforms by the specified profile type.