Handbook
Glossary
clEnqueueWriteBuffer ( command_queue buffer blocking_write offset cb ptr num_events_in_wait_list event_wait_list event -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
command_queue
an
object
buffer
an
object
blocking_write
an
object
offset
an
object
cb
an
object
ptr
an
object
num_events_in_wait_list
an
object
event_wait_list
an
object
event
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clEnqueueWriteBuffer
(
cl_command_queue
command_queue,
cl_mem
buffer,
cl_bool
blocking_write,
size_t
offset,
size_t
cb, void* ptr,
cl_uint
num_events_in_wait_list, cl_event* event_wait_list,
cl_event* event )