summaryrefslogtreecommitdiff
path: root/src/kernels
AgeCommit message (Expand)AuthorFilesLines
2017-06-14Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang4-0/+74
2017-05-25Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2-0/+36
2016-10-21Runtime: avoid clang warning "warning: expression result unused".Yang, Rong R1-1/+1
2016-09-28Runtime: Fix accesss quilifer for internal kernelsPan Xiuli2-2/+2
2016-04-05Add condition checking of residuals because it may be NULL.Yan Wang1-3/+6
2016-01-08change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun1-1/+1
2015-11-17Full support of cl_intel_motion_estimation extension.Chuanbo Weng1-33/+166
2015-11-10Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng1-0/+233
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