Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.KernelExecutionContext
Package
Description
-
Uses of KernelExecutionContext in net.bmahe.genetics4j.gpu.spec.fitness
Modifier and TypeFieldDescriptionprivate final Map
<Device, KernelExecutionContext> SingleKernelFitness.kernelExecutionContexts
Modifier and TypeMethodDescriptionprivate void
MultiStageFitness.allocateLocalMemory
(OpenCLExecutionContext openCLExecutionContext, StageDescriptor stageDescriptor, long generation, List<Genotype> genotypes, KernelExecutionContext kernelExecutionContext) FitnessExtractor.compute
(OpenCLExecutionContext openCLExecutionContext, KernelExecutionContext kernelExecutionContext, ExecutorService executorService, long generation, List<Genotype> genotypes, ResultExtractor resultExtractor) int
MultipleComputer.compute
(OpenCLExecutionContext openCLExecutionContext, KernelExecutionContext kernelExecutionContext, long generation, List<Genotype> genotypes) -
Uses of KernelExecutionContext in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Modifier and TypeMethodDescriptionlong
LocalMemoryAllocator.load
(OpenCLExecutionContext openCLExecutionContext, KernelExecutionContext kernelExecutionContext, long generation, List<Genotype> genotypes) ResultAllocator.load
(OpenCLExecutionContext openCLExecutionContext, KernelExecutionContext kernelExecutionContext, long generation, List<Genotype> genotypes) -
Uses of KernelExecutionContext in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext
Modifier and TypeMethodDescriptionKernelExecutionContextComputer.compute
(OpenCLExecutionContext openCLExecutionContext, String kernelName, long generation, List<Genotype> genotypes) Modifier and TypeMethodDescriptionImmutableKernelExecutionContext.copyOf
(KernelExecutionContext instance) Creates an immutable copy of aKernelExecutionContext
value.ImmutableKernelExecutionContext.Builder.from
(KernelExecutionContext instance) Fill a builder with attribute values from the providedKernelExecutionContext
instance.