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 PlatformProfile
ImmutablePlatform.Builder.profile
private final PlatformProfile
ImmutablePlatform.profile
Methods in net.bmahe.genetics4j.gpu.opencl.model that return PlatformProfileModifier and TypeMethodDescriptionImmutablePlatform.profile()
Platform.profile()
static PlatformProfile
Returns 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 theprofile
attribute.final ImmutablePlatform
ImmutablePlatform.withProfile
(PlatformProfile value) Copy the current immutable object by setting a value for theprofile
attribute.Constructors in net.bmahe.genetics4j.gpu.opencl.model with parameters of type PlatformProfileModifierConstructorDescriptionprivate
ImmutablePlatform
(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 PlatformProfile