Uses of Class
net.bmahe.genetics4j.gpu.opencl.OpenCLExecutionContext.Builder
Packages that use OpenCLExecutionContext.Builder
-
Uses of OpenCLExecutionContext.Builder in net.bmahe.genetics4j.gpu.opencl
Methods in net.bmahe.genetics4j.gpu.opencl that return OpenCLExecutionContext.BuilderModifier and TypeMethodDescriptionOpenCLExecutionContext.builder()
ImmutableOpenCLExecutionContext.Builder.clCommandQueue
(org.jocl.cl_command_queue clCommandQueue) Initializes the value for theclCommandQueue
attribute.ImmutableOpenCLExecutionContext.Builder.clContext
(org.jocl.cl_context clContext) Initializes the value for theclContext
attribute.ImmutableOpenCLExecutionContext.Builder.clProgram
(org.jocl.cl_program clProgram) Initializes the value for theclProgram
attribute.Initializes the value for thedevice
attribute.ImmutableOpenCLExecutionContext.Builder.from
(OpenCLExecutionContext instance) Fill a builder with attribute values from the providedOpenCLExecutionContext
instance.ImmutableOpenCLExecutionContext.Builder.kernelInfos
(Map<String, ? extends KernelInfo> entries) Sets or replaces all mappings from the specified map as entries for thekernelInfos
map.Sets or replaces all mappings from the specified map as entries for thekernels
map.Initializes the value for theplatform
attribute.ImmutableOpenCLExecutionContext.Builder.putAllKernelInfos
(Map<String, ? extends KernelInfo> entries) Put all mappings from the specified map as entries tokernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putAllKernels
(Map<String, ? extends org.jocl.cl_kernel> entries) Put all mappings from the specified map as entries tokernels
map.ImmutableOpenCLExecutionContext.Builder.putKernelInfos
(String key, KernelInfo value) Put one entry to thekernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putKernelInfos
(Map.Entry<String, ? extends KernelInfo> entry) Put one entry to thekernelInfos
map.ImmutableOpenCLExecutionContext.Builder.putKernels
(String key, org.jocl.cl_kernel value) Put one entry to thekernels
map.ImmutableOpenCLExecutionContext.Builder.putKernels
(Map.Entry<String, ? extends org.jocl.cl_kernel> entry) Put one entry to thekernels
map.