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.localMemoryAllocators
private final Map
<Integer, LocalMemoryAllocator> ImmutableSingleKernelFitnessDescriptor.localMemoryAllocators
Methods 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 thelocalMemoryAllocators
map.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 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
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return LocalMemoryAllocatorModifier 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
Fields in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type parameters of type LocalMemoryAllocatorModifier and TypeFieldDescriptionprivate Map
<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.Builder.localMemoryAllocators
private final Map
<Integer, LocalMemoryAllocator> ImmutableStageDescriptor.localMemoryAllocators
Methods 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.Builder
ImmutableStageDescriptor.Builder.putLocalMemoryAllocators
(int key, LocalMemoryAllocator value) Put one entry to thelocalMemoryAllocators
map.Method parameters in net.bmahe.genetics4j.gpu.spec.fitness.multistage with type arguments of type LocalMemoryAllocatorModifier 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.