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()Creates a new builder for constructing OpenCL execution contexts.ImmutableOpenCLExecutionContext.Builder.clCommandQueue(org.jocl.cl_command_queue clCommandQueue) Initializes the value for theclCommandQueueattribute.ImmutableOpenCLExecutionContext.Builder.clContext(org.jocl.cl_context clContext) Initializes the value for theclContextattribute.ImmutableOpenCLExecutionContext.Builder.clProgram(org.jocl.cl_program clProgram) Initializes the value for theclProgramattribute.Initializes the value for thedeviceattribute.ImmutableOpenCLExecutionContext.Builder.from(OpenCLExecutionContext instance) Fill a builder with attribute values from the providedOpenCLExecutionContextinstance.ImmutableOpenCLExecutionContext.Builder.kernelInfos(Map<String, ? extends KernelInfo> entries) Sets or replaces all mappings from the specified map as entries for thekernelInfosmap.Sets or replaces all mappings from the specified map as entries for thekernelsmap.Initializes the value for theplatformattribute.ImmutableOpenCLExecutionContext.Builder.putAllKernelInfos(Map<String, ? extends KernelInfo> entries) Put all mappings from the specified map as entries tokernelInfosmap.ImmutableOpenCLExecutionContext.Builder.putAllKernels(Map<String, ? extends org.jocl.cl_kernel> entries) Put all mappings from the specified map as entries tokernelsmap.ImmutableOpenCLExecutionContext.Builder.putKernelInfos(String key, KernelInfo value) Put one entry to thekernelInfosmap.ImmutableOpenCLExecutionContext.Builder.putKernelInfos(Map.Entry<String, ? extends KernelInfo> entry) Put one entry to thekernelInfosmap.ImmutableOpenCLExecutionContext.Builder.putKernels(String key, org.jocl.cl_kernel value) Put one entry to thekernelsmap.ImmutableOpenCLExecutionContext.Builder.putKernels(Map.Entry<String, ? extends org.jocl.cl_kernel> entry) Put one entry to thekernelsmap.