Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutableKernelInfo
-
Uses of ImmutableKernelInfo in net.bmahe.genetics4j.gpu.opencl.model
Modifier and TypeMethodDescriptionImmutableKernelInfo.Builder.build()
Builds a newImmutableKernelInfo
.static ImmutableKernelInfo
ImmutableKernelInfo.copyOf
(KernelInfo instance) Creates an immutable copy of aKernelInfo
value.final ImmutableKernelInfo
ImmutableKernelInfo.withLocalMemSize
(long value) Copy the current immutable object by setting a value for thelocalMemSize
attribute.final ImmutableKernelInfo
Copy the current immutable object by setting a value for thename
attribute.final ImmutableKernelInfo
ImmutableKernelInfo.withPreferredWorkGroupSizeMultiple
(long value) Copy the current immutable object by setting a value for thepreferredWorkGroupSizeMultiple
attribute.final ImmutableKernelInfo
ImmutableKernelInfo.withPrivateMemSize
(long value) Copy the current immutable object by setting a value for theprivateMemSize
attribute.final ImmutableKernelInfo
ImmutableKernelInfo.withWorkGroupSize
(long value) Copy the current immutable object by setting a value for theworkGroupSize
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableKernelInfo.equalTo
(int synthetic, ImmutableKernelInfo another)