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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 9 07:52:36 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Peiming Liu (PeimingLiu)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/71818.diff


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir (+3) 


``````````diff
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.

``````````

</details>


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


More information about the Mlir-commits mailing list