Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutablePlatform.Builder
-
Uses of ImmutablePlatform.Builder in net.bmahe.genetics4j.gpu.opencl.model
Modifier and TypeMethodDescriptionImmutablePlatform.Builder.addAllExtensions
(Iterable<String> elements) Adds elements toextensions
set.ImmutablePlatform.Builder.addExtensions
(String element) Adds one element toextensions
set.ImmutablePlatform.Builder.addExtensions
(String... elements) Adds elements toextensions
set.static ImmutablePlatform.Builder
ImmutablePlatform.builder()
Creates a builder forImmutablePlatform
.static ImmutablePlatform.Builder
Platform.builder()
ImmutablePlatform.Builder.extensions
(Iterable<String> elements) Sets or replaces all elements forextensions
set.Fill a builder with attribute values from the providedPlatform
instance.Initializes the value for thename
attribute.ImmutablePlatform.Builder.numDevices
(int numDevices) Initializes the value for thenumDevices
attribute.ImmutablePlatform.Builder.platformId
(org.jocl.cl_platform_id platformId) Initializes the value for theplatformId
attribute.ImmutablePlatform.Builder.profile
(PlatformProfile profile) Initializes the value for theprofile
attribute.Initializes the value for thevendor
attribute.Initializes the value for theversion
attribute.