Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.ImmutableKernelExecutionContext
-
Uses of ImmutableKernelExecutionContext in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext
Modifier and TypeMethodDescriptionImmutableKernelExecutionContext.Builder.build()
Builds a newImmutableKernelExecutionContext
.ImmutableKernelExecutionContext.copyOf
(KernelExecutionContext instance) Creates an immutable copy of aKernelExecutionContext
value.ImmutableKernelExecutionContext.withGlobalWorkSize
(long... elements) Copy the current immutable object with elements that replace the content ofglobalWorkSize
.ImmutableKernelExecutionContext.withWorkGroupSize
(long[] value) Copy the current immutable object by setting a present value for the optionalworkGroupSize
attribute.ImmutableKernelExecutionContext.withWorkGroupSize
(Optional<? extends long[]> optional) Copy the current immutable object by setting an optional value for theworkGroupSize
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableKernelExecutionContext.equalTo
(int synthetic, ImmutableKernelExecutionContext another)