[Mlir-commits] [mlir] 4eb01f7 - [mlir][sparse] disable aarch64 test to fix buildbot error. (#71818)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Nov 9 10:51:02 PST 2023
Author: Peiming Liu
Date: 2023-11-09T10:50:58-08:00
New Revision: 4eb01f7d5e26e288b9790fa7d4d1809de639fd21
URL: https://github.com/llvm/llvm-project/commit/4eb01f7d5e26e288b9790fa7d4d1809de639fd21
DIFF: https://github.com/llvm/llvm-project/commit/4eb01f7d5e26e288b9790fa7d4d1809de639fd21.diff
LOG: [mlir][sparse] disable aarch64 test to fix buildbot error. (#71818)
To fix https://github.com/llvm/llvm-project/pull/71448
Added:
Modified:
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
Removed:
################################################################################
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