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

Zhigang Gong zhigang.gong at linux.intel.com
Mon Jul 1 01:59:06 PDT 2013


LGTM, pushed. Thanks.
On Fri, Jun 28, 2013 at 12:30:44PM +0800, Homer Hsing wrote:
> 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
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list