clEnqueueUnmapMemObject ( command_queue memobj mapped_ptr num_events_in_wait_list event_wait_list event -- cl_int )


Vocabulary
opencl.ffi

Inputs
command_queuean object
memobjan object
mapped_ptran object
num_events_in_wait_listan object
event_wait_listan object
eventan object


Outputs
cl_intan object


Definition


LIBRARY: opencl FUNCTION: cl_int clEnqueueUnmapMemObject
( cl_command_queue command_queue, cl_mem memobj, void*
mapped_ptr, cl_uint num_events_in_wait_list, cl_event*
event_wait_list, cl_event* event )