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_command_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-12
Implement extension cl_intel_device_side_avc_motion_estimation.
Chuanbo Weng
1
-0
/
+7
2017-01-11
Add some pointer access check.
Yang Rong
1
-0
/
+1
2017-01-11
Fix two bugs about command queue destroy.
Junyan He
1
-0
/
+3
2017-01-06
Fix a event notify bug.
Junyan He
1
-10
/
+2
2016-12-30
OCL20: handle device enqueue in runtime.
Yang, Rong R
1
-66
/
+22
2016-12-19
Move clCreateCommandQueueWithProperties API to command_queue file.
Junyan He
1
-2
/
+3
2016-12-16
refine clCreateCommandQueue and clRetainCommandQueue.
Junyan He
1
-10
/
+24
2016-11-28
Runtime: Fix vme fail.
Yang Rong
1
-6
/
+2
2016-11-08
Runtime: Add support for non uniform group size
Pan Xiuli
1
-3
/
+61
2016-11-08
Backend: Add Pipe Builtin support
Pan Xiuli
1
-1
/
+4
2016-11-08
OCL20: Implement clSetKernelExecInfo api
Yang Rong
1
-5
/
+35
2016-11-08
OCL20: Fix svm bugs
Yang Rong
1
-1
/
+5
2016-11-08
GBE: Implement new constant solution for ocl2
Ruiling Song
1
-1
/
+2
2016-10-10
Delete useless event list in command queue struct.
Junyan He
1
-70
/
+3
2016-10-10
Delete useless cl_thread files.
Junyan He
1
-37
/
+0
2016-09-28
Modify all event related functions using new event handle.
Junyan He
1
-47
/
+51
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
1
-22
/
+5
2016-09-02
Runtime: Apply base object to cl_command_queue.
Junyan He
1
-6
/
+4
2016-05-18
Runtime: Fix memleak of barrier evnets
Pan Xiuli
1
-0
/
+1
2016-04-22
Implement printf buffer management.
Yan Wang
1
-16
/
+5
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-0
/
+7
2015-11-17
Runtime: Bind the profiling buffer when profiling enabled.
Junyan He
1
-0
/
+8
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
1
-4
/
+13
2015-10-14
enable USE_HOST_PTR for cl image with userptr to avoid extra copying
Guo Yejun
1
-5
/
+2
2015-10-13
runtime: refine the last_event in queue to a list
Pan Xiuli
1
-16
/
+9
2015-09-24
GBE: refactor curbe register allocation.
Zhigang Gong
1
-1
/
+3
2015-08-10
Update last event status in clFinish.
Luo Xionghu
1
-0
/
+3
2015-07-15
Fixed a thread safe bug.
Zhigang Gong
1
-6
/
+11
2015-04-10
runtime: Enhance the error handling when flush gpgpu command queue.
Zhigang Gong
1
-6
/
+9
2015-01-30
SKL: Add function intel_gpgpu_bind_image_gen9.
Yang Rong
1
-4
/
+4
2015-01-30
SKL: enable skl device.
Yang Rong
1
-1
/
+1
2015-01-23
loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTR
Guo Yejun
1
-2
/
+6
2015-01-13
Fix the printf buffer size bug.
Junyan He
1
-2
/
+3
2014-12-25
Remove deprecated fulsim code
Zhenyu Wang
1
-217
/
+0
2014-12-25
fix min_max_read_image_args and min_max_parameter_size issue.
Luo Xionghu
1
-1
/
+1
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-10-24
Make use of write enable flag for mem bo map
Zhenyu Wang
1
-1
/
+1
2014-10-10
BDW: Add gen8 into intel_driver_init
Junyan He
1
-1
/
+1
2014-09-04
GBE: fixup/refine a bug for image1D array's extra binding index handling.
Zhigang Gong
1
-1
/
+4
2014-08-19
Fix compile warnings for CLANG compiler
Lv Meng
1
-2
/
+2
2014-07-30
GBE: Refine bti usage in backend & runtime.
Ruiling Song
1
-2
/
+2
2014-07-25
fix three memory leaks
Guo Yejun
1
-0
/
+2
2014-07-11
runtime: fix some subtle event bugs.
Zhigang Gong
1
-0
/
+11
2014-07-03
runtime: fix a gpgpu event and thread local gpgpu handling bug.
Zhigang Gong
1
-3
/
+11
2014-07-03
Refine some event code.
Yang Rong
1
-4
/
+12
2014-06-23
Fix a crash bug when no %d appears in the printf fmt
Junyan He
1
-2
/
+8
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-0
/
+5
2014-06-13
add [opencl-1.2] API clEnqueueBarrierWithWaitList.
Luo
1
-5
/
+61
2014-06-12
remove RTLD_DEEPBIND to avoid stdc++ issues
Guo Yejun
1
-8
/
+8
2014-06-11
Add the printf logic into the run time.
Junyan He
1
-0
/
+14
[next]