From 4a04251e217613f00c85f8b0e2fc8d14299313e8 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 24 Jan 2024 08:58:11 -0800 Subject: [PATCH] [SYCL][ESIMD][E2E] Disable matrix_transpose_glb.cpp Signed-off-by: Sarnie, Nick --- sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp b/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp index 95823841cc2e3..847750a1f307d 100644 --- a/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp +++ b/sycl/test-e2e/ESIMD/matrix_transpose_glb.cpp @@ -5,6 +5,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// +// UNSUPPORTED: * // Use -O2 to avoid huge stack usage under -O0. // RUN: %{build} -O2 -o %t.out // RUN: %{run} %t.out