Uses of Class
net.bmahe.genetics4j.gpu.opencl.model.ImmutableKernelInfo
Packages that use ImmutableKernelInfo
-
Uses of ImmutableKernelInfo in net.bmahe.genetics4j.gpu.opencl.model
Methods in net.bmahe.genetics4j.gpu.opencl.model that return ImmutableKernelInfoModifier and TypeMethodDescriptionfinal ImmutableKernelInfoImmutableKernelInfo.withLocalMemSize(long value) Copy the current immutable object by setting a value for thelocalMemSizeattribute.final ImmutableKernelInfoCopy the current immutable object by setting a value for thenameattribute.final ImmutableKernelInfoImmutableKernelInfo.withPreferredWorkGroupSizeMultiple(long value) Copy the current immutable object by setting a value for thepreferredWorkGroupSizeMultipleattribute.final ImmutableKernelInfoImmutableKernelInfo.withPrivateMemSize(long value) Copy the current immutable object by setting a value for theprivateMemSizeattribute.final ImmutableKernelInfoImmutableKernelInfo.withWorkGroupSize(long value) Copy the current immutable object by setting a value for theworkGroupSizeattribute.Methods in net.bmahe.genetics4j.gpu.opencl.model with parameters of type ImmutableKernelInfoModifier and TypeMethodDescriptionprivate booleanImmutableKernelInfo.equalsByValue(ImmutableKernelInfo another)