From: Homer Hsing Date: Fri, 28 Jun 2013 04:30:44 +0000 (+0800) Subject: put 64-bit float test cases at tail X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80c61b2f6695c82b33c4b7dd90ca5c0020f10ee4;p=contrib%2Fbeignet.git put 64-bit float test cases at tail 64-bit float test cases set SIMD width to 8, causing failure in GT1 type of Intel GPU card. Signed-off-by: Homer Hsing Reviewed-by: Zhigang Gong --- diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index 1170be2..5339c3d 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_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