Uses of Class
net.bmahe.genetics4j.gpu.opencl.ImmutableOpenCLExecutionContext
Packages that use ImmutableOpenCLExecutionContext
-
Uses of ImmutableOpenCLExecutionContext in net.bmahe.genetics4j.gpu.opencl
Methods in net.bmahe.genetics4j.gpu.opencl that return ImmutableOpenCLExecutionContextModifier and TypeMethodDescriptionImmutableOpenCLExecutionContext.withClCommandQueue(org.jocl.cl_command_queue value) Copy the current immutable object by setting a value for theclCommandQueueattribute.ImmutableOpenCLExecutionContext.withClContext(org.jocl.cl_context value) Copy the current immutable object by setting a value for theclContextattribute.ImmutableOpenCLExecutionContext.withClProgram(org.jocl.cl_program value) Copy the current immutable object by setting a value for theclProgramattribute.ImmutableOpenCLExecutionContext.withDevice(Device value) Copy the current immutable object by setting a value for thedeviceattribute.ImmutableOpenCLExecutionContext.withKernelInfos(Map<String, ? extends KernelInfo> entries) Copy the current immutable object by replacing thekernelInfosmap with the specified map.ImmutableOpenCLExecutionContext.withKernels(Map<String, ? extends org.jocl.cl_kernel> entries) Copy the current immutable object by replacing thekernelsmap with the specified map.ImmutableOpenCLExecutionContext.withPlatform(Platform value) Copy the current immutable object by setting a value for theplatformattribute.Methods in net.bmahe.genetics4j.gpu.opencl with parameters of type ImmutableOpenCLExecutionContextModifier and TypeMethodDescriptionprivate booleanImmutableOpenCLExecutionContext.equalsByValue(ImmutableOpenCLExecutionContext another) Constructors in net.bmahe.genetics4j.gpu.opencl with parameters of type ImmutableOpenCLExecutionContextModifierConstructorDescriptionprivateImmutableOpenCLExecutionContext(ImmutableOpenCLExecutionContext original, Platform platform, Device device, org.jocl.cl_context clContext, org.jocl.cl_command_queue clCommandQueue, org.jocl.cl_program clProgram, Map<String, org.jocl.cl_kernel> kernels, Map<String, KernelInfo> kernelInfos)