summaryrefslogtreecommitdiff
path: root/src/cl_api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Make in-order command queues actually be in-orderRebecca N. Palmer2018-08-201-1/+2
* Fix two bugs about event.Junyan He2017-01-051-16/+12
* Runtime: fix a profiling fail.Yang Rong2016-12-301-2/+1
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-23/+75
* Improve event execute function.Junyan He2016-12-281-17/+9
* Modify clGetKernelInfo using cl_get_info_helper.Junyan He2016-12-151-2/+49
* Runtime: Add support for non uniform group sizePan Xiuli2016-11-081-13/+0
* Fix a bug for double free of enqueueNativeKernel.Junyan He2016-10-101-0/+3
* Modify all event related functions using new event handle.Junyan He2016-09-281-9/+18
* Implement event related functions.Junyan He2016-09-231-0/+337