From 129843a0bd48d7f041eb27244cea3e59066d613e Mon Sep 17 00:00:00 2001 From: Viktoria Maksimova Date: Tue, 23 Nov 2021 19:03:36 +0300 Subject: [PATCH 1/2] [ESIMD] Disable several tests failed after pulldown from LLORG intel/llvm#4993 This should be reverted once the tests are fixed. --- SYCL/ESIMD/Prefix_Local_sum2.cpp | 3 +++ SYCL/ESIMD/mandelbrot/mandelbrot.cpp | 3 +++ SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp | 3 +++ SYCL/ESIMD/regression/dgetrf.cpp | 3 +++ 4 files changed, 12 insertions(+) diff --git a/SYCL/ESIMD/Prefix_Local_sum2.cpp b/SYCL/ESIMD/Prefix_Local_sum2.cpp index a501f01a22e6..b249619793dd 100644 --- a/SYCL/ESIMD/Prefix_Local_sum2.cpp +++ b/SYCL/ESIMD/Prefix_Local_sum2.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: windows&&level_zero + // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl %s -o %t.out diff --git a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp index 57c8e74b72ce..88c22df0d2a0 100644 --- a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp +++ b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl %s -I%S/.. -o %t.out diff --git a/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp b/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp index c31a90f9f323..4994df66b68d 100644 --- a/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp +++ b/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // TODO enable on Windows // REQUIRES: linux && gpu // UNSUPPORTED: cuda || hip diff --git a/SYCL/ESIMD/regression/dgetrf.cpp b/SYCL/ESIMD/regression/dgetrf.cpp index 50c1dac30c6d..ee60f0889800 100644 --- a/SYCL/ESIMD/regression/dgetrf.cpp +++ b/SYCL/ESIMD/regression/dgetrf.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out From 0fe8b13c428b0f5dd18901311f76277e8dccacdd Mon Sep 17 00:00:00 2001 From: Viktoria Maksimova Date: Tue, 23 Nov 2021 20:45:37 +0300 Subject: [PATCH 2/2] Remove XFAIL from the passed test --- SYCL/ESIMD/Prefix_Local_sum2.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SYCL/ESIMD/Prefix_Local_sum2.cpp b/SYCL/ESIMD/Prefix_Local_sum2.cpp index b249619793dd..a501f01a22e6 100644 --- a/SYCL/ESIMD/Prefix_Local_sum2.cpp +++ b/SYCL/ESIMD/Prefix_Local_sum2.cpp @@ -5,9 +5,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// - -// XFAIL: windows&&level_zero - // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl %s -o %t.out