Uses of Interface
net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext.KernelExecutionContext
Packages that use KernelExecutionContext
Package
Description
-
Uses of KernelExecutionContext in net.bmahe.genetics4j.gpu.spec.fitness
Fields in net.bmahe.genetics4j.gpu.spec.fitness with type parameters of type KernelExecutionContextModifier and TypeFieldDescriptionprivate final Map
<Device, KernelExecutionContext> SingleKernelFitness.kernelExecutionContexts
Methods in net.bmahe.genetics4j.gpu.spec.fitness with parameters of type KernelExecutionContextModifier 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
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata with parameters of type KernelExecutionContextModifier 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
Classes in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext that implement KernelExecutionContextMethods in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext that return KernelExecutionContextModifier and TypeMethodDescriptionKernelExecutionContextComputer.compute
(OpenCLExecutionContext openCLExecutionContext, String kernelName, long generation, List<Genotype> genotypes) Methods in net.bmahe.genetics4j.gpu.spec.fitness.kernelcontext with parameters of type KernelExecutionContextModifier 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.