summaryrefslogtreecommitdiff
path: root/src/cl_event.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Don't leak memory on long chains of eventsRebecca N. Palmer1-1/+1
2016-12-28Improve event execute function.Junyan He1-2/+4
2016-12-28Add profiling feature based on new event implementation.Junyan He1-6/+4
2016-12-28Refine list related functions.Junyan He1-2/+2
2016-09-28Modify all event related functions using new event handle.Junyan He1-91/+55
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He1-1/+0
2016-09-02Runtime: Apply base object to cl_eventJunyan He1-4/+5
2015-10-13runtime: refine the last_event in queue to a listPan Xiuli1-0/+5
2015-09-23Calculate appropriate timestamps for cl profileMidhun Kodiyath1-0/+11
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong1-1/+1
2015-03-27Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier1-1/+3
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong1-1/+1
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-2/+5
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-0/+2
2014-06-13add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo1-1/+1
2014-05-22fix event related bugs.Luo1-0/+4
2013-11-29Complete the feature of clGetEventProfilingInfo APIJunyan He1-1/+2
2013-10-18Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He1-0/+2
2013-09-18Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong1-2/+4
2013-09-18Refine and fix some event bugs.Yang Rong1-1/+1
2013-08-12Add openCL event support.Yang Rong1-1/+65
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+1
2012-08-10Added all miniCL filesbsegovia1-0/+27