summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-27Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV.Yang, Rong R1-1/+2
2017-07-12Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng1-0/+7
2017-01-11Add some pointer access check.Yang Rong1-0/+1
2017-01-11Fix two bugs about command queue destroy.Junyan He1-0/+3
2017-01-06Fix a event notify bug.Junyan He1-10/+2
2016-12-30OCL20: handle device enqueue in runtime.Yang, Rong R1-66/+22
2016-12-19Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He1-2/+3
2016-12-16refine clCreateCommandQueue and clRetainCommandQueue.Junyan He1-10/+24
2016-11-28Runtime: Fix vme fail.Yang Rong1-6/+2
2016-11-08Runtime: Add support for non uniform group sizePan Xiuli1-3/+61
2016-11-08Backend: Add Pipe Builtin supportPan Xiuli1-1/+4
2016-11-08OCL20: Implement clSetKernelExecInfo apiYang Rong1-5/+35
2016-11-08OCL20: Fix svm bugsYang Rong1-1/+5
2016-11-08GBE: Implement new constant solution for ocl2Ruiling Song1-1/+2
2016-10-10Delete useless event list in command queue struct.Junyan He1-70/+3
2016-10-10Delete useless cl_thread files.Junyan He1-37/+0
2016-09-28Modify all event related functions using new event handle.Junyan He1-47/+51
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He1-22/+5
2016-09-02Runtime: Apply base object to cl_command_queue.Junyan He1-6/+4
2016-05-18Runtime: Fix memleak of barrier evnetsPan Xiuli1-0/+1
2016-04-22Implement printf buffer management.Yan Wang1-16/+5
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+7
2015-11-17Runtime: Bind the profiling buffer when profiling enabled.Junyan He1-0/+8
2015-11-10Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng1-4/+13
2015-10-14enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun1-5/+2
2015-10-13runtime: refine the last_event in queue to a listPan Xiuli1-16/+9
2015-09-24GBE: refactor curbe register allocation.Zhigang Gong1-1/+3
2015-08-10Update last event status in clFinish.Luo Xionghu1-0/+3
2015-07-15Fixed a thread safe bug.Zhigang Gong1-6/+11
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong1-6/+9
2015-01-30SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong1-4/+4
2015-01-30SKL: enable skl device.Yang Rong1-1/+1
2015-01-23loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun1-2/+6
2015-01-13Fix the printf buffer size bug.Junyan He1-2/+3
2014-12-25Remove deprecated fulsim codeZhenyu Wang1-217/+0
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu1-1/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-10-24Make use of write enable flag for mem bo mapZhenyu Wang1-1/+1
2014-10-10BDW: Add gen8 into intel_driver_initJunyan He1-1/+1
2014-09-04GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong1-1/+4
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-2/+2
2014-07-30GBE: Refine bti usage in backend & runtime.Ruiling Song1-2/+2
2014-07-25fix three memory leaksGuo Yejun1-0/+2
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong1-0/+11
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong1-3/+11
2014-07-03Refine some event code.Yang Rong1-4/+12
2014-06-23Fix a crash bug when no %d appears in the printf fmtJunyan He1-2/+8
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-0/+5
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo1-5/+61
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun1-8/+8