summaryrefslogtreecommitdiff
path: root/utests/compiler_async_copy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utests: disable double test case.Ruiling Song2014-05-291-1/+1
| | | | | | | | | As we could not provide full support of double now, and my patch to refine long support breaks double load/store. So, we disable all double test cases. Signed-off-by: Ruiling Song <ruiling.song@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
* Add more type for async copy test case.Yang Rong2013-10-211-35/+51
| | | | | Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add async copy and async stride copy test case.Yang Rong2013-08-161-0/+39
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>