Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.KernelExecutionContext.Builder
-
Uses of KernelExecutionContext.Builder in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext
Modifier and TypeMethodDescriptionKernelExecutionContext.builder()
ImmutableKernelExecutionContext.Builder.from
(KernelExecutionContext instance) Fill a builder with attribute values from the providedKernelExecutionContext
instance.ImmutableKernelExecutionContext.Builder.globalWorkSize
(long... globalWorkSize) Initializes the value for theglobalWorkSize
attribute.ImmutableKernelExecutionContext.Builder.workGroupSize
(long[] workGroupSize) Initializes the optional valueworkGroupSize
to workGroupSize.ImmutableKernelExecutionContext.Builder.workGroupSize
(Optional<? extends long[]> workGroupSize) Initializes the optional valueworkGroupSize
to workGroupSize.