[Beignet] [PATCH] put 64-bit float test cases at tail

Homer Hsing homer.xing at intel.com
Thu Jun 27 21:30:44 PDT 2013


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 at intel.com>
---
 utests/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt
index c115de3..479a9cc 100644
--- a/utests/CMakeLists.txt
+++ b/utests/CMakeLists.txt
@@ -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_fill_image.cpp
   compiler_fill_image0.cpp
@@ -93,6 +90,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
-- 
1.8.1.2



More information about the Beignet mailing list