cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Implementation of a wrapper class and its methods for OpenCL event objects. More...
Go to the source code of this file.
Data Structures | |
struct | ccl_event |
Event wrapper class. More... | |
Functions | |
cl_bool | ccl_event_wait (CCLEventWaitList *evt_wait_lst, CCLErr **err) |
Waits on the host thread for commands identified by events in the wait list to complete. More... | |
CCLEventWaitList * | ccl_event_wait_list_add (CCLEventWaitList *evt_wait_lst,...) |
Add event wrapper objects to an event wait list (variable argument list version). More... | |
CCLEventWaitList * | ccl_event_wait_list_add_v (CCLEventWaitList *evt_wait_lst, CCLEvent **evts) |
Add event wrapper objects to an event wait list (array version). More... | |
void | ccl_event_wait_list_clear (CCLEventWaitList *evt_wait_lst) |
Clears an event wait list. More... | |
Implementation of a wrapper class and its methods for OpenCL event objects.
Definition in file ccl_event_wrapper.c.