summaryrefslogtreecommitdiff
path: root/src/kernels
AgeCommit message (Expand)AuthorFilesLines
2015-05-04add benckmark for copy data from buffer to image.Luo Xionghu1-1/+1
2015-05-04Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu1-0/+18
2015-02-13Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng1-0/+19
2015-02-06Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng6-0/+132
2014-07-16improve the clEnqueueCopyBufferRect performance in some casesLv Meng1-0/+15
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo1-0/+19
2014-06-24implement API clEnqueueFillImage.Luo5-0/+76
2014-06-13Add the kernels used by clEnqueueBufferFill APIJunyan He5-0/+47
2014-05-22move enqueue_copy_image kernels outside of runtime code.Luo15-13/+186
2014-04-02Add three copy cl files for Enqueue Copy usage.Junyan He3-0/+76
2013-10-10Add the internal used kernels for buffer copyJunyan He3-0/+28