cf4ocl (C Framework for OpenCL)  v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ccl_event_wrapper.c File Reference

(5ce357a)

Implementation of a wrapper class and its methods for OpenCL event objects. More...

Include dependency graph for ccl_event_wrapper.c:

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...
 
CCLEventWaitListccl_event_wait_list_add (CCLEventWaitList *evt_wait_lst,...)
 Add event wrapper objects to an event wait list (variable argument list version). More...
 
CCLEventWaitListccl_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...
 

Detailed Description

Implementation of a wrapper class and its methods for OpenCL event objects.

Author
Nuno Fachada
Date
2016

Definition in file ccl_event_wrapper.c.