summaryrefslogtreecommitdiff
path: root/src/kernels
Commit message (Expand)AuthorAgeFilesLines
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-144-0/+74
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-252-0/+36
* Runtime: avoid clang warning "warning: expression result unused".Yang, Rong R2016-10-211-1/+1
* Runtime: Fix accesss quilifer for internal kernelsPan Xiuli2016-09-282-2/+2
* Add condition checking of residuals because it may be NULL.Yan Wang2016-04-051-3/+6
* change built-in function name from get_sub_group_size to get_max_sub_group_sizeGuo Yejun2016-01-081-1/+1
* Full support of cl_intel_motion_estimation extension.Chuanbo Weng2015-11-171-33/+166
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-0/+233
* add benckmark for copy data from buffer to image.Luo Xionghu2015-05-041-1/+1
* Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu2015-05-041-0/+18
* Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng2015-02-131-0/+19
* Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng2015-02-066-0/+132
* improve the clEnqueueCopyBufferRect performance in some casesLv Meng2014-07-161-0/+15
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-241-0/+19
* implement API clEnqueueFillImage.Luo2014-06-245-0/+76
* Add the kernels used by clEnqueueBufferFill APIJunyan He2014-06-135-0/+47
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-2215-13/+186
* Add three copy cl files for Enqueue Copy usage.Junyan He2014-04-023-0/+76
* Add the internal used kernels for buffer copyJunyan He2013-10-103-0/+28