summaryrefslogtreecommitdiff
path: root/src/cl_event.c
Commit message (Expand)AuthorAgeFilesLines
* Don't leak memory on long chains of eventsRebecca N. Palmer2018-08-201-7/+24
* Typo in error messageGiuseppe Bilotta2017-02-081-1/+1
* Fix a event notify bug.Junyan He2017-01-061-34/+16
* Add the NULL pointer check.Yang Rong2016-12-291-1/+1
* Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.Meng Mengmeng2016-12-281-1/+1
* Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R2016-12-281-1/+1
* Improve event execute function.Junyan He2016-12-281-42/+52
* Add profiling feature based on new event implementation.Junyan He2016-12-281-28/+104
* Refine list related functions.Junyan He2016-12-281-12/+11
* Fix a bug for event error status.Junyan He2016-10-101-8/+10
* Modify all event related functions using new event handle.Junyan He2016-09-281-601/+466
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-33/+14
* Runtime: Apply base object to cl_eventJunyan He2016-09-021-5/+5
* runtime: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-10/+18
* fix gcc build error.Luo Xionghu2015-12-091-1/+1
* Runtime: return the correct error code in cl_event_check_waitlist.Yang Rong2015-11-191-2/+4
* runtime: refine the last_event in queue to a listPan Xiuli2015-10-131-11/+41
* Calculate appropriate timestamps for cl profileMidhun Kodiyath2015-09-231-0/+55
* Runtime: correct event and the wait events compare when check event.Yang Rong2015-07-171-1/+1
* Fixed a thread safe bug.Zhigang Gong2015-07-151-9/+9
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-101-2/+4
* Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2015-03-271-21/+58
* Fix the opencv_test_core/OCL_Arithm random segment fault.Yang Rong2014-11-211-37/+36
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-2/+1
* runtime: fix some subtle event bugs.Zhigang Gong2014-07-111-6/+6
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-4/+22
* Refine some event code.Yang Rong2014-07-031-4/+7
* Fix some event ref count error.Yang Rong2014-07-021-16/+16
* Fix an event status bug.Yang Rong2014-06-191-4/+14
* fix clEnqueueMarkerWithWaitList bug when input event is null.Luo2014-06-171-3/+8
* Fix a clEnqueueBarrierWithWaitList event status bug.Yang Rong2014-06-161-6/+10
* add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo2014-06-131-24/+60
* add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo2014-06-131-1/+19
* Implement the clEnqueueFillBuffer API.Junyan He2014-06-131-0/+1
* Fix timestamp on HASWELLLi Peng2014-05-301-2/+2
* fix event related bugs.Luo2014-05-221-41/+70
* Silent some compilation warnings.Zhigang Gong2014-04-081-2/+2
* Complete the feature of clGetEventProfilingInfo APIJunyan He2013-11-291-10/+17
* Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He2013-11-081-2/+4
* runtime: Fix a dangling pointer issueRuiling Song2013-10-311-6/+9
* Using the PIPE_CONTROL to implement get time stamp in gen backendJunyan He2013-10-181-0/+22
* Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong2013-09-181-5/+67
* Refine and fix some event bugs.Yang Rong2013-09-181-6/+34
* Fix event pthread_mutex_lock dead lock.Yang Rong2013-08-141-4/+17
* Add openCL event support.Yang Rong2013-08-121-3/+372
* Added support for llvm 3.1Benjamin Segovia2012-11-081-0/+1
* Added all miniCL filesbsegovia2012-08-101-0/+19