index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cl_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
Typo in error message
Giuseppe Bilotta
1
-1
/
+1
2017-01-06
Fix a event notify bug.
Junyan He
1
-34
/
+16
2016-12-29
Add the NULL pointer check.
Yang Rong
1
-1
/
+1
2016-12-28
Runtime: return CL_INVALID_EVENT_WAIT_LIST if not event in the wait list.
Meng Mengmeng
1
-1
/
+1
2016-12-28
Runtime: fix fill image event assert and some SVM rebase error.
Yang, Rong R
1
-1
/
+1
2016-12-28
Improve event execute function.
Junyan He
1
-42
/
+52
2016-12-28
Add profiling feature based on new event implementation.
Junyan He
1
-28
/
+104
2016-12-28
Refine list related functions.
Junyan He
1
-12
/
+11
2016-10-10
Fix a bug for event error status.
Junyan He
1
-8
/
+10
2016-09-28
Modify all event related functions using new event handle.
Junyan He
1
-601
/
+466
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
1
-33
/
+14
2016-09-02
Runtime: Apply base object to cl_event
Junyan He
1
-5
/
+5
2016-05-23
runtime: error handling to avoid null pointer dereference.
Luo Xionghu
1
-10
/
+18
2015-12-09
fix gcc build error.
Luo Xionghu
1
-1
/
+1
2015-11-19
Runtime: return the correct error code in cl_event_check_waitlist.
Yang Rong
1
-2
/
+4
2015-10-13
runtime: refine the last_event in queue to a list
Pan Xiuli
1
-11
/
+41
2015-09-23
Calculate appropriate timestamps for cl profile
Midhun Kodiyath
1
-0
/
+55
2015-07-17
Runtime: correct event and the wait events compare when check event.
Yang Rong
1
-1
/
+1
2015-07-15
Fixed a thread safe bug.
Zhigang Gong
1
-9
/
+9
2015-04-10
runtime: Enhance the error handling when flush gpgpu command queue.
Zhigang Gong
1
-2
/
+4
2015-03-27
Fix: (v3) Event callback that were not executed when command was already CL_C...
David Couturier
1
-21
/
+58
2014-11-21
Fix the opencv_test_core/OCL_Arithm random segment fault.
Yang Rong
1
-37
/
+36
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-08-19
Fix compile warnings for CLANG compiler
Lv Meng
1
-2
/
+1
2014-07-11
runtime: fix some subtle event bugs.
Zhigang Gong
1
-6
/
+6
2014-07-03
runtime: fix a gpgpu event and thread local gpgpu handling bug.
Zhigang Gong
1
-4
/
+22
2014-07-03
Refine some event code.
Yang Rong
1
-4
/
+7
2014-07-02
Fix some event ref count error.
Yang Rong
1
-16
/
+16
2014-06-19
Fix an event status bug.
Yang Rong
1
-4
/
+14
2014-06-17
fix clEnqueueMarkerWithWaitList bug when input event is null.
Luo
1
-3
/
+8
2014-06-16
Fix a clEnqueueBarrierWithWaitList event status bug.
Yang Rong
1
-6
/
+10
2014-06-13
add [opencl-1.2] API clEnqueueBarrierWithWaitList.
Luo
1
-24
/
+60
2014-06-13
add [opencl 1.2] API clEnqueueMarkerWithWaitList.
Luo
1
-1
/
+19
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-0
/
+1
2014-05-30
Fix timestamp on HASWELL
Li Peng
1
-2
/
+2
2014-05-22
fix event related bugs.
Luo
1
-41
/
+70
2014-04-08
Silent some compilation warnings.
Zhigang Gong
1
-2
/
+2
2013-11-29
Complete the feature of clGetEventProfilingInfo API
Junyan He
1
-10
/
+17
2013-11-08
Move the gpgpu struct from cl_command_queue to thread specific context
Junyan He
1
-2
/
+4
2013-10-31
runtime: Fix a dangling pointer issue
Ruiling Song
1
-6
/
+9
2013-10-18
Using the PIPE_CONTROL to implement get time stamp in gen backend
Junyan He
1
-0
/
+22
2013-09-18
Implement clEnqueueMarker and clEnqueueBarrier.
Yang Rong
1
-5
/
+67
2013-09-18
Refine and fix some event bugs.
Yang Rong
1
-6
/
+34
2013-08-14
Fix event pthread_mutex_lock dead lock.
Yang Rong
1
-4
/
+17
2013-08-12
Add openCL event support.
Yang Rong
1
-3
/
+372
2012-11-08
Added support for llvm 3.1
Benjamin Segovia
1
-0
/
+1
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+19