Skip to content

Commit 8db272f

Browse files
authored
[mlir][SparseTensor] Re-enable tests on AArch64 (#143387)
These tests were disabled in https://reviews.llvm.org/D136273, due to: * #58465 That issue has now been resolved, so we should be able to re-enable these tests.
1 parent 152d4b8 commit 8db272f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
// REDEFINE: %{sparsifier_opts} = enable-runtime-library=false vl=2 reassociate-fp-reductions=true enable-index-optimizations=true
2929
// RUN: %{compile} | %{run} | FileCheck %s
3030

31-
// UNSUPPORTED: target=aarch64{{.*}}
32-
3331
#SparseVector = #sparse_tensor.encoding<{map = (d0) -> (d0 : compressed)}>
3432
#DenseVector = #sparse_tensor.encoding<{map = (d0) -> (d0 : dense)}>
3533

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
// Do the same run, but now with VLA vectorization.
3131
// RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | %{run_sve} | FileCheck %s %}
3232

33-
// UNSUPPORTED: target=aarch64{{.*}}, mlir_arm_emulator
34-
3533
!Filename = !llvm.ptr
3634

3735
#SparseMatrix = #sparse_tensor.encoding<{

0 commit comments

Comments
 (0)