summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Make in-order command queues actually be in-orderRebecca N. Palmer1-0/+5
2016-12-30OCL20: handle device enqueue in runtime.Yang, Rong R1-4/+9
2016-12-19Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He1-12/+2
2016-12-16refine clCreateCommandQueue and clRetainCommandQueue.Junyan He1-7/+4
2016-12-16Add multi devices support in context.Junyan He1-0/+1
2016-11-08Runtime: Add support for queue size and fix error handlingPan Xiuli1-0/+1
2016-11-08OCL20: Implement clSetKernelExecInfo apiYang Rong1-2/+11
2016-10-10Delete useless event list in command queue struct.Junyan He1-15/+4
2016-10-10Delete useless cl_thread files.Junyan He1-14/+0
2016-09-28Add ref check for CL object's validation.Junyan He1-1/+3
2016-09-28Modify all event related functions using new event handle.Junyan He1-3/+4
2016-09-23Add command queue's enqueue thread.Junyan He1-0/+21
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He1-1/+0
2016-09-02Runtime: Apply base object to cl_command_queue.Junyan He1-3/+5
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+2
2015-07-15Fixed a thread safe bug.Zhigang Gong1-2/+0
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong1-1/+1
2014-12-25Remove deprecated fulsim codeZhenyu Wang1-4/+0
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-0/+4
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-3/+6
2013-11-08Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He1-1/+8
2013-09-18Implement clEnqueueMarker and clEnqueueBarrier.Yang Rong1-0/+15
2013-09-04Implement constant buffer based on constant cache.Ruiling Song1-3/+0
2013-08-12Add function cl_command_queue_flush to flush a commandYang Rong1-0/+3
2013-06-26Add the support of the API: clGetCommandQueueInfoJunyan He1-7/+8
2013-06-13CL: Fix the bug in clfinish.Zou, Nanhai1-1/+0
2013-06-05GBE: Add two builtin functions get_work_dim / get_global_offset.Zhigang Gong1-0/+1
2013-05-15GBE/Runtime: Optimize Sample/TypedWrite instruction.Zhigang Gong1-0/+3
2013-04-22Add constant pointer as argument support in runtime.Yang Rong1-0/+2
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+1
2012-08-10Added first test for stack handlingBenjamin Segovia1-7/+1
2012-08-10Made the structure naming more consistentBenjamin Segovia1-11/+11
2012-08-10Removed all direct dependencies to the intel driver (ie files contained in in...Benjamin Segovia1-11/+12
2012-08-10Added first support for (still linear) images for Gen7bsegovia1-0/+1
2012-08-10Cleaned and simplified code for gen6 Code now starts to work for gen7bsegovia1-1/+0
2012-08-10Cleaned up code to start GPGPU_WALKER integrationbsegovia1-6/+14
2012-08-10%s/genx_gpgpu/intel_gpgpu/bsegovia1-2/+2
2012-08-10Added all miniCL filesbsegovia1-0/+70