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

Peiming Liu llvmlistbot at llvm.org
Thu Nov 9 11:38:28 PST 2023


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

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

>From 856e5c32bd0e98aa9e650998f7d1f2178955f5a3 Mon Sep 17 00:00:00 2001
From: Peiming Liu <peiming at google.com>
Date: Thu, 9 Nov 2023 19:31:00 +0000
Subject: [PATCH] [mlir][sparse] re-enable aarch64 test.

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

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.



More information about the Mlir-commits mailing list