Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.cldata.LocalMemoryAllocator
Package
Description
-
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeFieldDescriptionprivate Map
<Integer, LocalMemoryAllocator> ImmutableSingleKernelFitnessDescriptor.Builder.localMemoryAllocators
private final Map
<Integer, LocalMemoryAllocator> ImmutableSingleKernelFitnessDescriptor.localMemoryAllocators
Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.localMemoryAllocators()
Association of kernel argument index and a local memory allocatorSingleKernelFitnessDescriptor.localMemoryAllocators()
Association of kernel argument index and a local memory allocatorModifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators
(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocators
map.Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.localMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Sets or replaces all mappings from the specified map as entries for thelocalMemoryAllocators
map.ImmutableSingleKernelFitnessDescriptor.Builder.putAllLocalMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Put all mappings from the specified map as entries tolocalMemoryAllocators
map.ImmutableSingleKernelFitnessDescriptor.Builder.putLocalMemoryAllocators
(Map.Entry<Integer, ? extends LocalMemoryAllocator> entry) Put one entry to thelocalMemoryAllocators
map.ImmutableSingleKernelFitnessDescriptor.withLocalMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocators
map with the specified map. -
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Modifier and TypeMethodDescriptionstatic LocalMemoryAllocator
LocalMemoryAllocators.ofMaxWorkGroupSize
(int type) static LocalMemoryAllocator
LocalMemoryAllocators.ofMaxWorkGroupSize
(int type, int multiple) static LocalMemoryAllocator
LocalMemoryAllocators.ofMaxWorkGroupSizeFloat()
static LocalMemoryAllocator
LocalMemoryAllocators.ofMaxWorkGroupSizeFloat
(int multiple) static LocalMemoryAllocator
LocalMemoryAllocators.ofSize
(int type, long size) static LocalMemoryAllocator
LocalMemoryAllocators.ofSizeFloat
(long size) static LocalMemoryAllocator
LocalMemoryAllocators.ofSizeInt
(long size) static LocalMemoryAllocator
LocalMemoryAllocators.ofWorkGroupSize
(int type) static LocalMemoryAllocator
LocalMemoryAllocators.ofWorkGroupSize
(int type, int multiple) -
Uses of LocalMemoryAllocator in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Modifier and TypeFieldDescriptionprivate Map
<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.Builder.localMemoryAllocators
private final Map
<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.localMemoryAllocators
Modifier and TypeMethodDescriptionImmutableStageDescriptor.localMemoryAllocators()
Association of kernel argument index and a local memory allocatorStageDescriptor.localMemoryAllocators()
Association of kernel argument index and a local memory allocatorModifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putLocalMemoryAllocators
(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocators
map.Modifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.localMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Sets or replaces all mappings from the specified map as entries for thelocalMemoryAllocators
map.final StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putAllLocalMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Put all mappings from the specified map as entries tolocalMemoryAllocators
map.final StageDescriptor.Builder
ImmutableStageDescriptor.Builder.putLocalMemoryAllocators
(Map.Entry<Integer, ? extends LocalMemoryAllocator> entry) Put one entry to thelocalMemoryAllocators
map.final ImmutableStageDescriptor
ImmutableStageDescriptor.withLocalMemoryAllocators
(Map<Integer, ? extends LocalMemoryAllocator> entries) Copy the current immutable object by replacing thelocalMemoryAllocators
map with the specified map.