summaryrefslogtreecommitdiff
path: root/src/cl_api_kernel.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Make in-order command queues actually be in-orderRebecca N. Palmer1-1/+2
2017-01-05Fix two bugs about event.Junyan He1-16/+12
2016-12-30Runtime: fix a profiling fail.Yang Rong1-2/+1
2016-12-30OCL20: handle device enqueue in runtime.Yang, Rong R1-23/+75
2016-12-28Improve event execute function.Junyan He1-17/+9
2016-12-15Modify clGetKernelInfo using cl_get_info_helper.Junyan He1-2/+49
2016-11-08Runtime: Add support for non uniform group sizePan Xiuli1-13/+0
2016-10-10Fix a bug for double free of enqueueNativeKernel.Junyan He1-0/+3
2016-09-28Modify all event related functions using new event handle.Junyan He1-9/+18
2016-09-23Implement event related functions.Junyan He1-0/+337