summaryrefslogtreecommitdiff
path: root/src/cl_event.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Don't leak memory on long chains of eventsRebecca N. Palmer1-7/+24
2017-02-08Typo in error messageGiuseppe Bilotta1-1/+1
2017-01-06Fix a event notify bug.Junyan He1-34/+16
2016-12-29Add the NULL pointer check.Yang Rong1-1/+1
2016-12-28Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.Meng Mengmeng1-1/+1
2016-12-28Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R1-1/+1
2016-12-28Improve event execute function.Junyan He1-42/+52
2016-12-28Add profiling feature based on new event implementation.Junyan He1-28/+104
2016-12-28Refine list related functions.Junyan He1-12/+11
2016-10-10Fix a bug for event error status.Junyan He1-8/+10
2016-09-28Modify all event related functions using new event handle.Junyan He1-601/+466
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He1-33/+14
2016-09-02Runtime: Apply base object to cl_eventJunyan He1-5/+5
2016-05-23runtime: error handling to avoid null pointer dereference.Luo Xionghu1-10/+18
2015-12-09fix gcc build error.Luo Xionghu1-1/+1
2015-11-19Runtime: return the correct error code in cl_event_check_waitlist.Yang Rong1-2/+4
2015-10-13runtime: refine the last_event in queue to a listPan Xiuli1-11/+41
2015-09-23Calculate appropriate timestamps for cl profileMidhun Kodiyath1-0/+55
2015-07-17Runtime: correct event and the wait events compare when check event.Yang Rong1-1/+1
2015-07-15Fixed a thread safe bug.Zhigang Gong1-9/+9
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong1-2/+4
2015-03-27Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier1-21/+58
2014-11-21Fix the opencv_test_core/OCL_Arithm random segment fault.Yang Rong1-37/+36
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-2/+1
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong1-6/+6
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-4/+22
2014-07-03Refine some event code.Yang Rong1-4/+7
2014-07-02Fix some event ref count error.Yang Rong1-16/+16
2014-06-19Fix an event status bug.Yang Rong1-4/+14
2014-06-17fix clEnqueueMarkerWithWaitList bug when input event is null.Luo1-3/+8
2014-06-16Fix a clEnqueueBarrierWithWaitList event status bug.Yang Rong1-6/+10
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-24/+60
2014-06-13add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo1-1/+19
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He1-0/+1
2014-05-30Fix timestamp on HASWELLLi Peng1-2/+2
2014-05-22fix event related bugs.Luo1-41/+70
2014-04-08Silent some compilation warnings.Zhigang Gong1-2/+2
2013-11-29Complete the feature of clGetEventProfilingInfo APIJunyan He1-10/+17
2013-11-08Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He1-2/+4
2013-10-31runtime: Fix a dangling pointer issueRuiling Song1-6/+9
2013-10-18Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He1-0/+22
2013-09-18Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong1-5/+67
2013-09-18Refine and fix some event bugs.Yang Rong1-6/+34
2013-08-14Fix event pthread_mutex_lock dead lock.Yang Rong1-4/+17
2013-08-12Add openCL event support.Yang Rong1-3/+372
2012-11-08Added support for llvm 3.1Benjamin Segovia1-0/+1
2012-08-10Added all miniCL filesbsegovia1-0/+19