Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.KernelExecutionContextComputer
Package
Description
-
Uses of KernelExecutionContextComputer in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeFieldDescriptionprivate KernelExecutionContextComputer
ImmutableSingleKernelFitnessDescriptor.Builder.kernelExecutionContextComputer
private final KernelExecutionContextComputer
ImmutableSingleKernelFitnessDescriptor.kernelExecutionContextComputer
Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.kernelExecutionContextComputer()
Computer for the kernel execution context (ex: globak work size)SingleKernelFitnessDescriptor.kernelExecutionContextComputer()
Computer for the kernel execution context (ex: globak work size)Modifier and TypeMethodDescriptionImmutableSingleKernelFitnessDescriptor.Builder.kernelExecutionContextComputer
(KernelExecutionContextComputer kernelExecutionContextComputer) Initializes the value for thekernelExecutionContextComputer
attribute.ImmutableSingleKernelFitnessDescriptor.withKernelExecutionContextComputer
(KernelExecutionContextComputer value) Copy the current immutable object by setting a value for thekernelExecutionContextComputer
attribute.ModifierConstructorDescriptionprivate
ImmutableSingleKernelFitnessDescriptor
(String kernelName, KernelExecutionContextComputer kernelExecutionContextComputer, Map<Integer, StaticDataLoader> staticDataLoaders, Map<Integer, DataLoader> dataLoaders, Map<Integer, LocalMemoryAllocator> localMemoryAllocators, Map<Integer, ResultAllocator> resultAllocators) -
Uses of KernelExecutionContextComputer in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext
Modifier and TypeMethodDescriptionKernelExecutionContextComputers.of
(long[] globalWorkSize, long[] workGroupSize) KernelExecutionContextComputers.ofGenotypeSize()
KernelExecutionContextComputers.ofGenotypeSizeAndWorkGroup
(long[] workGroupSize) KernelExecutionContextComputers.ofGlobalWorkSize
(long[] globalWorkSize) KernelExecutionContextComputers.ofGlobalWorkSize1D
(long globalWorkSize) -
Uses of KernelExecutionContextComputer in net.bmahe.genetics4j.gpu.spec.fitness.multistage
Modifier and TypeFieldDescriptionprivate KernelExecutionContextComputer
ImmutableStageDescriptor.Builder.kernelExecutionContextComputer
private final KernelExecutionContextComputer
ImmutableStageDescriptor.kernelExecutionContextComputer
Modifier and TypeMethodDescriptionImmutableStageDescriptor.kernelExecutionContextComputer()
Computer for the kernel execution context (ex: globak work size)StageDescriptor.kernelExecutionContextComputer()
Computer for the kernel execution context (ex: globak work size)Modifier and TypeMethodDescriptionfinal StageDescriptor.Builder
ImmutableStageDescriptor.Builder.kernelExecutionContextComputer
(KernelExecutionContextComputer kernelExecutionContextComputer) Initializes the value for thekernelExecutionContextComputer
attribute.final ImmutableStageDescriptor
ImmutableStageDescriptor.withKernelExecutionContextComputer
(KernelExecutionContextComputer value) Copy the current immutable object by setting a value for thekernelExecutionContextComputer
attribute.ModifierConstructorDescriptionprivate
ImmutableStageDescriptor
(String kernelName, KernelExecutionContextComputer kernelExecutionContextComputer, Map<Integer, DataLoader> dataLoaders, Map<Integer, LocalMemoryAllocator> localMemoryAllocators, Map<Integer, ResultAllocator> resultAllocators, Map<Integer, Integer> reusePreviousResultAsArguments, Map<Integer, Integer> reusePreviousResultSizeAsArguments, Map<String, Integer> mapStaticDataAsArgument)