summaryrefslogtreecommitdiff
path: root/utests/compiler_async_stride_copy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a utest compiler_async_stride_copy typo.Yang Rong2014-08-111-5/+5
| | | | | | | And need to convert to char when compare. Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: "Song, Ruiling" <ruiling.song@intel.com>
* Add async copy and async stride copy test case.Yang Rong2013-08-161-0/+45
Just hard code the int2 and char4 type. Other types have tested using comformance test. Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>