summaryrefslogtreecommitdiff
path: root/src/cl_command_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV.Yang, Rong R2017-07-271-1/+2
* Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng2017-07-121-0/+7
* Add some pointer access check.Yang Rong2017-01-111-0/+1
* Fix two bugs about command queue destroy.Junyan He2017-01-111-0/+3
* Fix a event notify bug.Junyan He2017-01-061-10/+2
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-66/+22
* Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He2016-12-191-2/+3
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-161-10/+24
* Runtime: Fix vme fail.Yang Rong2016-11-281-6/+2
* Runtime: Add support for non uniform group sizePan Xiuli2016-11-081-3/+61
* Backend: Add Pipe Builtin supportPan Xiuli2016-11-081-1/+4
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-081-5/+35
* OCL20: Fix svm bugsYang Rong2016-11-081-1/+5
* GBE: Implement new constant solution for ocl2Ruiling Song2016-11-081-1/+2
* Delete useless event list in command queue struct.Junyan He2016-10-101-70/+3
* Delete useless cl_thread files.Junyan He2016-10-101-37/+0
* Modify all event related functions using new event handle.Junyan He2016-09-281-47/+51
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-231-22/+5
* Runtime: Apply base object to cl_command_queue.Junyan He2016-09-021-6/+4
* Runtime: Fix memleak of barrier evnetsPan Xiuli2016-05-181-0/+1
* Implement printf buffer management.Yan Wang2016-04-221-16/+5
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+7
* Runtime: Bind the profiling buffer when profiling enabled.Junyan He2015-11-171-0/+8
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-4/+13
* enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun2015-10-141-5/+2
* runtime: refine the last_event in queue to a listPan Xiuli2015-10-131-16/+9
* GBE: refactor curbe register allocation.Zhigang Gong2015-09-241-1/+3
* Update last event status in clFinish.Luo Xionghu2015-08-101-0/+3
* Fixed a thread safe bug.Zhigang Gong2015-07-151-6/+11
* runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong2015-04-101-6/+9
* SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong2015-01-301-4/+4
* SKL: enable skl device.Yang Rong2015-01-301-1/+1
* loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun2015-01-231-2/+6
* Fix the printf buffer size bug.Junyan He2015-01-131-2/+3
* Remove deprecated fulsim codeZhenyu Wang2014-12-251-217/+0
* fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu2014-12-251-1/+1
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Make use of write enable flag for mem bo mapZhenyu Wang2014-10-241-1/+1
* BDW: Add gen8 into intel_driver_initJunyan He2014-10-101-1/+1
* GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong2014-09-041-1/+4
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-2/+2
* GBE: Refine bti usage in backend & runtime.Ruiling Song2014-07-301-2/+2
* fix three memory leaksGuo Yejun2014-07-251-0/+2
* runtime: fix some subtle event bugs.Zhigang Gong2014-07-111-0/+11
* runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong2014-07-031-3/+11
* Refine some event code.Yang Rong2014-07-031-4/+12
* Fix a crash bug when no %d appears in the printf fmtJunyan He2014-06-231-2/+8
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-201-0/+5
* add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo2014-06-131-5/+61
* remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun2014-06-121-8/+8