Uses of Interface
net.bmahe.genetics4j.gpu.opencl.model.KernelInfo
-
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl
Modifier and TypeFieldDescriptionprivate Map
<String, KernelInfo> ImmutableOpenCLExecutionContext.Builder.kernelInfos
private final Map
<String, KernelInfo> ImmutableOpenCLExecutionContext.kernelInfos
Modifier and TypeMethodDescriptiondefault KernelInfo
OpenCLExecutionContext.kernelInfo
(String kernelName) Modifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.kernelInfos()
OpenCLExecutionContext.kernelInfos()
Modifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.putKernelInfos
(String key, KernelInfo value) Put one entry to thekernelInfos
map.Modifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.Builder.kernelInfos
(Map<String, ? extends KernelInfo> entries) Sets or replaces all mappings from the specified map as entries for thekernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putAllKernelInfos
(Map<String, ? extends KernelInfo> entries) Put all mappings from the specified map as entries tokernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putKernelInfos
(Map.Entry<String, ? extends KernelInfo> entry) Put one entry to thekernelInfos
map.ImmutableOpenCLExecutionContext.withKernelInfos
(Map<String, ? extends KernelInfo> entries) Copy the current immutable object by replacing thekernelInfos
map with the specified map. -
Uses of KernelInfo in net.bmahe.genetics4j.gpu.opencl.model
Modifier and TypeMethodDescriptionstatic ImmutableKernelInfo
ImmutableKernelInfo.copyOf
(KernelInfo instance) Creates an immutable copy of aKernelInfo
value.ImmutableKernelInfo.Builder.from
(KernelInfo instance) Fill a builder with attribute values from the providedKernelInfo
instance.