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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-30
OCL20: handle device enqueue in runtime.
Yang, Rong R
1
-4
/
+9
2016-12-19
Move clCreateCommandQueueWithProperties API to command_queue file.
Junyan He
1
-12
/
+2
2016-12-16
refine clCreateCommandQueue and clRetainCommandQueue.
Junyan He
1
-7
/
+4
2016-12-16
Add multi devices support in context.
Junyan He
1
-0
/
+1
2016-11-08
Runtime: Add support for queue size and fix error handling
Pan Xiuli
1
-0
/
+1
2016-11-08
OCL20: Implement clSetKernelExecInfo api
Yang Rong
1
-2
/
+11
2016-10-10
Delete useless event list in command queue struct.
Junyan He
1
-15
/
+4
2016-10-10
Delete useless cl_thread files.
Junyan He
1
-14
/
+0
2016-09-28
Add ref check for CL object's validation.
Junyan He
1
-1
/
+3
2016-09-28
Modify all event related functions using new event handle.
Junyan He
1
-3
/
+4
2016-09-23
Add command queue's enqueue thread.
Junyan He
1
-0
/
+21
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
1
-1
/
+0
2016-09-02
Runtime: Apply base object to cl_command_queue.
Junyan He
1
-3
/
+5
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-0
/
+2
2015-07-15
Fixed a thread safe bug.
Zhigang Gong
1
-2
/
+0
2015-04-10
runtime: Enhance the error handling when flush gpgpu command queue.
Zhigang Gong
1
-1
/
+1
2014-12-25
Remove deprecated fulsim code
Zhenyu Wang
1
-4
/
+0
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-07-03
runtime: fix a gpgpu event and thread local gpgpu handling bug.
Zhigang Gong
1
-0
/
+4
2014-06-13
add [opencl-1.2] API clEnqueueBarrierWithWaitList.
Luo
1
-3
/
+6
2013-11-08
Move the gpgpu struct from cl_command_queue to thread specific context
Junyan He
1
-1
/
+8
2013-09-18
Implement clEnqueueMarker and clEnqueueBarrier.
Yang Rong
1
-0
/
+15
2013-09-04
Implement constant buffer based on constant cache.
Ruiling Song
1
-3
/
+0
2013-08-12
Add function cl_command_queue_flush to flush a command
Yang Rong
1
-0
/
+3
2013-06-26
Add the support of the API: clGetCommandQueueInfo
Junyan He
1
-7
/
+8
2013-06-13
CL: Fix the bug in clfinish.
Zou, Nanhai
1
-1
/
+0
2013-06-05
GBE: Add two builtin functions get_work_dim / get_global_offset.
Zhigang Gong
1
-0
/
+1
2013-05-15
GBE/Runtime: Optimize Sample/TypedWrite instruction.
Zhigang Gong
1
-0
/
+3
2013-04-22
Add constant pointer as argument support in runtime.
Yang Rong
1
-0
/
+2
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+1
2012-08-10
Added first test for stack handling
Benjamin Segovia
1
-7
/
+1
2012-08-10
Made the structure naming more consistent
Benjamin Segovia
1
-11
/
+11
2012-08-10
Removed all direct dependencies to the intel driver (ie files contained in in...
Benjamin Segovia
1
-11
/
+12
2012-08-10
Added first support for (still linear) images for Gen7
bsegovia
1
-0
/
+1
2012-08-10
Cleaned and simplified code for gen6 Code now starts to work for gen7
bsegovia
1
-1
/
+0
2012-08-10
Cleaned up code to start GPGPU_WALKER integration
bsegovia
1
-6
/
+14
2012-08-10
%s/genx_gpgpu/intel_gpgpu/
bsegovia
1
-2
/
+2
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+70