summaryrefslogtreecommitdiff
path: root/src/cl_event.h
Commit message (Expand)AuthorAgeFilesLines
* Don't leak memory on long chains of eventsRebecca N. Palmer2018-08-201-1/+1
* Improve event execute function.Junyan He2016-12-281-2/+4
* Add profiling feature based on new event implementation.Junyan He2016-12-281-6/+4
* Refine list related functions.Junyan He2016-12-281-2/+2
* Modify all event related functions using new event handle.Junyan He2016-09-281-91/+55
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-1/+0
* Runtime: Apply base object to cl_eventJunyan He2016-09-021-4/+5
* runtime: refine the last_event in queue to a listPan Xiuli2015-10-131-0/+5
* Calculate appropriate timestamps for cl profileMidhun Kodiyath2015-09-231-0/+11
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-101-1/+1
* Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2015-03-271-1/+3
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* runtime: fix some subtle event bugs.Zhigang Gong2014-07-111-1/+1
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-2/+5
* add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo2014-06-131-0/+2
* add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo2014-06-131-1/+1
* fix event related bugs.Luo2014-05-221-0/+4
* Complete the feature of clGetEventProfilingInfo APIJunyan He2013-11-291-1/+2
* Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He2013-10-181-0/+2
* Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong2013-09-181-2/+4
* Refine and fix some event bugs.Yang Rong2013-09-181-1/+1
* Add openCL event support.Yang Rong2013-08-121-1/+65
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+1
* Added all miniCL filesbsegovia2012-08-101-0/+27