[Mlir-commits] [mlir] [mlir][sparse] re-enable aarch64 test. (PR #71855)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Nov 9 11:38:58 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Peiming Liu (PeimingLiu)

<details>
<summary>Changes</summary>

Should have been fixed by initializing output tensor to zeros in https://github.com/llvm/llvm-project/pull/71845

---
Full diff: https://github.com/llvm/llvm-project/pull/71855.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 7e9c0ae71a7b7e6..86cda0831fe3273 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
@@ -17,9 +17,6 @@
 // DEFINE: %{env} =
 //--------------------------------------------------------------------------------------------------
 
-// FIXME: make aarch64 working
-// UNSUPPORTED: 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/71855


More information about the Mlir-commits mailing list