Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.KernelExecutionContext.Builder
Packages that use KernelExecutionContext.Builder
-
Uses of KernelExecutionContext.Builder in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext
Methods in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext that return KernelExecutionContext.BuilderModifier and TypeMethodDescriptionKernelExecutionContext.builder()ImmutableKernelExecutionContext.Builder.from(KernelExecutionContext instance) Fill a builder with attribute values from the providedKernelExecutionContextinstance.ImmutableKernelExecutionContext.Builder.globalWorkSize(long... globalWorkSize) Initializes the value for theglobalWorkSizeattribute.ImmutableKernelExecutionContext.Builder.workGroupSize(long[] workGroupSize) Initializes the optional valueworkGroupSizeto workGroupSize.ImmutableKernelExecutionContext.Builder.workGroupSize(Optional<? extends long[]> workGroupSize) Initializes the optional valueworkGroupSizeto workGroupSize.