-
ImmutableOpenCLExecutionContext.Builder.clCommandQueue(org.jocl.cl_command_queue clCommandQueue)
ImmutableOpenCLExecutionContext.Builder.clContext(org.jocl.cl_context clContext)
Initializes the value for the
clContext
attribute.
ImmutableOpenCLExecutionContext.Builder.clProgram(org.jocl.cl_program clProgram)
Initializes the value for the
clProgram
attribute.
ImmutableOpenCLExecutionContext.Builder.device(Device device)
Initializes the value for the
device
attribute.
Fill a builder with attribute values from the provided OpenCLExecutionContext
instance.
Sets or replaces all mappings from the specified map as entries for the
kernelInfos
map.
ImmutableOpenCLExecutionContext.Builder.kernels(Map<String,? extends org.jocl.cl_kernel> entries)
Sets or replaces all mappings from the specified map as entries for the
kernels
map.
Initializes the value for the
platform
attribute.
Put all mappings from the specified map as entries to
kernelInfos
map.
Put all mappings from the specified map as entries to
kernels
map.
ImmutableOpenCLExecutionContext.Builder.putKernels(String key,
org.jocl.cl_kernel value)