put 64-bit float test cases at tail
authorHomer Hsing <homer.xing@intel.com>
Fri, 28 Jun 2013 04:30:44 +0000 (12:30 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Mon, 1 Jul 2013 08:51:47 +0000 (16:51 +0800)
64-bit float test cases set SIMD width to 8,
causing failure in GT1 type of Intel GPU card.

Signed-off-by: Homer Hsing <homer.xing@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
utests/CMakeLists.txt

index 1170be2..5339c3d 100644 (file)
@@ -30,9 +30,6 @@ set (utests_sources
   compiler_copy_image.cpp
   compiler_copy_image_3d.cpp
   compiler_copy_buffer_row.cpp
-  compiler_double.cpp
-  compiler_double_2.cpp
-  compiler_double_3.cpp
   compiler_fabs.cpp
   compiler_abs.cpp
   compiler_fill_image.cpp
@@ -95,6 +92,9 @@ set (utests_sources
   builtin_global_size.cpp
   runtime_createcontext.cpp
   runtime_null_kernel_arg.cpp
+  compiler_double.cpp
+  compiler_double_2.cpp
+  compiler_double_3.cpp
   utest_assert.cpp
   utest.cpp
   utest_file_map.cpp