Uses of Enum Class
net.bmahe.genetics4j.gpu.opencl.model.PlatformProfile
-
Uses of PlatformProfile in net.bmahe.genetics4j.gpu.opencl.model
Modifier and TypeFieldDescriptionprivate PlatformProfile
ImmutablePlatform.Builder.profile
private final PlatformProfile
ImmutablePlatform.profile
Modifier 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.Modifier 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.ModifierConstructorDescriptionprivate
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