summaryrefslogtreecommitdiff
path: root/src/cl_api_mem.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Make in-order command queues actually be in-orderRebecca N. Palmer1-17/+41
2017-06-13Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel.Yan Wang1-7/+18
2017-06-13Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel.Yan Wang1-34/+113
2017-05-18Implement TILE_Y large image in clEnqueueWriteImage.Yan Wang1-0/+46
2017-05-18Implement TILE_Y large image in clEnqueueReadImage.Yan Wang1-0/+55
2017-05-18Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.Yan Wang1-0/+111
2016-12-30Runtime: Use cl_ulong as CL_DEVICE_MAX_MEM_ALLOC_SIZE's return type.Meng Mengmeng1-0/+1
2016-12-28Runtime: fix fill image event assert and some SVM rebase error.Yang, Rong R1-1/+1
2016-12-28Runtime: fix clEnqueueMigrateMemObjects fail.Yang, Rong R1-1/+1
2016-12-28Improve event execute function.Junyan He1-116/+74
2016-12-28Add profiling feature based on new event implementation.Junyan He1-0/+9
2016-12-16Refine clSetMemObjectDestructorCallback API.Yang Rong1-0/+14
2016-12-16Refine clRetain/Release MemObjectJunyan He1-0/+22
2016-12-16Modify clGetImageInfo using cl_get_info_helper.Junyan He1-0/+86
2016-12-16Modify clGetMemObjectInfo using cl_get_info_helper.Junyan He1-0/+97
2016-09-23Implement event related functions.Junyan He1-0/+2248