Add three copy cl files for Enqueue Copy usage.
authorJunyan He <junyan.he@linux.intel.com>
Wed, 26 Mar 2014 10:27:48 +0000 (18:27 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 2 Apr 2014 05:06:55 +0000 (13:06 +0800)
commitda6fdcd1e21d710c5253417634a9b23543ea0271
treead2f24b1dbbed56fb8bed4bc4b7df63f291d05e6
parentebd86bf4ca91b6ac14e85a44ade4fde00178f743
Add three copy cl files for Enqueue Copy usage.

Add these three cl files,
one for src and dst are not aligned but have same offset to 4.
second for src's %4 offset is bigger than the dst's
third for src's %4 offset is small than the dst's

Signed-off-by: Junyan He <junyan.he@linux.intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/CMakeLists.txt
src/kernels/cl_internal_copy_buf_unalign_dst_offset.cl [new file with mode: 0644]
src/kernels/cl_internal_copy_buf_unalign_same_offset.cl [new file with mode: 0644]
src/kernels/cl_internal_copy_buf_unalign_src_offset.cl [new file with mode: 0644]