[Mlir-commits] [mlir] [mlir][sparse] disable aarch64 test to fix buildbot error. (PR #71818)

Peiming Liu llvmlistbot at llvm.org
Thu Nov 9 07:52:03 PST 2023


https://github.com/PeimingLiu created https://github.com/llvm/llvm-project/pull/71818

To fix https://github.com/llvm/llvm-project/pull/71448

>From 585cb200156ddddbed99a55ab4054ebcc058ea81 Mon Sep 17 00:00:00 2001
From: Peiming Liu <peiming at google.com>
Date: Thu, 9 Nov 2023 15:51:17 +0000
Subject: [PATCH] [mlir][sparse] disable aarch64 test to fix buildbot error.

---
 .../Dialect/SparseTensor/CPU/sparse_block_matmul.mlir          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
index 7e9606b1caedee9..b6634a4d005840a 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
@@ -17,6 +17,9 @@
 // DEFINE: %{env} =
 //--------------------------------------------------------------------------------------------------
 
+// FIXME: make aarch64 working
+// UNSUPPORTED: system-windows, target={{.*aarch64.*}}
+
 // RUN: %{compile} | %{run} | FileCheck %s
 //
 // Do the same run, but now with direct IR generation.



More information about the Mlir-commits mailing list