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

Peiming Liu llvmlistbot at llvm.org
Thu Nov 9 09:17:53 PST 2023


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

>From a98ad2674b4cf1b1f331b92bd30bfcfc1fb9242f 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..52a698e79086b22 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: 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