Skip to content

Commit 4eb01f7

Browse files
authored
[mlir][sparse] disable aarch64 test to fix buildbot error. (#71818)
To fix #71448
1 parent bb642f8 commit 4eb01f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// DEFINE: %{env} =
1818
//--------------------------------------------------------------------------------------------------
1919

20+
// FIXME: make aarch64 working
21+
// UNSUPPORTED: target={{.*aarch64.*}}
22+
2023
// RUN: %{compile} | %{run} | FileCheck %s
2124
//
2225
// Do the same run, but now with direct IR generation.

0 commit comments

Comments
 (0)