Uses of Interface
net.bmahe.genetics4j.gpu.opencl.model.KernelInfo
Packages that use KernelInfo
-
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl
Fields in net.bmahe.genetics4j.gpu.opencl with type parameters of type KernelInfoModifier and TypeFieldDescriptionprivate Map<String, KernelInfo> ImmutableOpenCLExecutionContext.Builder.kernelInfosprivate final Map<String, KernelInfo> ImmutableOpenCLExecutionContext.kernelInfosMethods in net.bmahe.genetics4j.gpu.opencl that return KernelInfoModifier and TypeMethodDescriptiondefault KernelInfoOpenCLExecutionContext.kernelInfo(String kernelName) Convenience method to retrieve kernel execution information by name.Methods in net.bmahe.genetics4j.gpu.opencl that return types with arguments of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.kernelInfos()Returns a map of kernel names to kernel execution information.OpenCLExecutionContext.kernelInfos()Returns a map of kernel names to kernel execution information.Methods in net.bmahe.genetics4j.gpu.opencl with parameters of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.putKernelInfos(String key, KernelInfo value) Put one entry to thekernelInfosmap.Method parameters in net.bmahe.genetics4j.gpu.opencl with type arguments of type KernelInfoModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.kernelInfos(Map<String, ? extends KernelInfo> entries) Sets or replaces all mappings from the specified map as entries for thekernelInfosmap.ImmutableOpenCLExecutionContext.Builder.putAllKernelInfos(Map<String, ? extends KernelInfo> entries) Put all mappings from the specified map as entries tokernelInfosmap.ImmutableOpenCLExecutionContext.Builder.putKernelInfos(Map.Entry<String, ? extends KernelInfo> entry) Put one entry to thekernelInfosmap.ImmutableOpenCLExecutionContext.withKernelInfos(Map<String, ? extends KernelInfo> entries) Copy the current immutable object by replacing thekernelInfosmap with the specified map. -
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl.model
Classes in net.bmahe.genetics4j.gpu.opencl.model that implement KernelInfoMethods in net.bmahe.genetics4j.gpu.opencl.model that return KernelInfoModifier and TypeMethodDescriptionImmutableKernelInfo.Builder.build()Builds a newKernelInfo.static KernelInfoImmutableKernelInfo.copyOf(KernelInfo instance) Creates an immutable copy of aKernelInfovalue.Methods in net.bmahe.genetics4j.gpu.opencl.model with parameters of type KernelInfoModifier and TypeMethodDescriptionstatic KernelInfoImmutableKernelInfo.copyOf(KernelInfo instance) Creates an immutable copy of aKernelInfovalue.ImmutableKernelInfo.Builder.from(KernelInfo instance) Fill a builder with attribute values from the providedKernelInfoinstance.