From a2d9d2e1d96a3e81f4eed7f70e0a62cbc0e77cfd Mon Sep 17 00:00:00 2001 From: Peiming Liu <36770114+PeimingLiu@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:46:52 -0800 Subject: [PATCH] [mlir][sparse] re-enable aarch64 test. (#71855) Should have been fixed by initializing output tensor to zeros in https://github.com/llvm/llvm-project/pull/71845 --- .../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 7e9c0ae71a7b..86cda0831fe3 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.