Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.LocalMemoryAllocator
Packages that use LocalMemoryAllocator
Package
Description
-
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness
Fields in net.bmahe.genetics4j.gpu.spec.fitness with type parameters of type LocalMemoryAllocatorModifier and TypeFieldDescriptionprivate Map<Integer, LocalMemoryAllocator> ImmutableSingleKernelFitnessDescriptor.Builder.localMemoryAllocatorsprivate final Map<Integer, LocalMemoryAllocator> ImmutableSingleKernelFitnessDescriptor.localMemoryAllocatorsMethods in net.bmahe.genetics4j.gpu.spec.fitness that return types with arguments of type LocalMemoryAllocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.localMemoryAllocators()Association of kernel argument index and a local memory allocatorSingleKernelFitnessDescriptor.localMemoryAllocators()Association of kernel argument index and a local memory allocatorMethods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type LocalMemoryAllocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocatorsmap.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness with type arguments of type LocalMemoryAllocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.localMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Sets or replaces all mappings from the specified map as entries for thelocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putAllLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Put all mappings from the specified map as entries tolocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators(Map.Entry<Integer, ? extends LocalMemoryAllocator> entry) Put one entry to thelocalMemoryAllocatorsmap.ImmutableSingleKernelFitnessDescriptor.withLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocatorsmap with the specified map. -
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return LocalMemoryAllocatorModifier and TypeMethodDescriptionstatic LocalMemoryAllocatorLocalMemoryAllocators.ofMaxWorkGroupSize(int type) static LocalMemoryAllocatorLocalMemoryAllocators.ofMaxWorkGroupSize(int type, int multiple) static LocalMemoryAllocatorLocalMemoryAllocators.ofMaxWorkGroupSizeFloat()static LocalMemoryAllocatorLocalMemoryAllocators.ofMaxWorkGroupSizeFloat(int multiple) static LocalMemoryAllocatorLocalMemoryAllocators.ofSize(int type, long size) static LocalMemoryAllocatorLocalMemoryAllocators.ofSizeFloat(long size) static LocalMemoryAllocatorLocalMemoryAllocators.ofSizeInt(long size) static LocalMemoryAllocatorLocalMemoryAllocators.ofWorkGroupSize(int type) static LocalMemoryAllocatorLocalMemoryAllocators.ofWorkGroupSize(int type, int multiple) -
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Fields in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type parameters of type LocalMemoryAllocatorModifier and TypeFieldDescriptionprivate Map<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.Builder.localMemoryAllocatorsprivate final Map<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.localMemoryAllocatorsMethods in net.bmahe.genetics4j.gpu.spec.fitness.multistage that return types with arguments of type LocalMemoryAllocatorModifier and TypeMethodDescriptionImmutableStageDescriptor.localMemoryAllocators()Association of kernel argument index and a local memory allocatorStageDescriptor.localMemoryAllocators()Association of kernel argument index and a local memory allocatorMethods in net.bmahe.genetics4j.gpu.spec.fitness.multistage with parameters of type LocalMemoryAllocatorModifier and TypeMethodDescriptionfinal StageDescriptor.BuilderImmutableStageDescriptor.Builder.putLocalMemoryAllocators(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocatorsmap.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type LocalMemoryAllocatorModifier and TypeMethodDescriptionfinal StageDescriptor.BuilderImmutableStageDescriptor.Builder.localMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Sets or replaces all mappings from the specified map as entries for thelocalMemoryAllocatorsmap.final StageDescriptor.BuilderImmutableStageDescriptor.Builder.putAllLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Put all mappings from the specified map as entries tolocalMemoryAllocatorsmap.final StageDescriptor.BuilderImmutableStageDescriptor.Builder.putLocalMemoryAllocators(Map.Entry<Integer, ? extends LocalMemoryAllocator> entry) Put one entry to thelocalMemoryAllocatorsmap.final ImmutableStageDescriptorImmutableStageDescriptor.withLocalMemoryAllocators(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocatorsmap with the specified map.