File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
mlir/test/Integration/Dialect/SparseTensor/CPU Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 <{
You can’t perform that action at this time.
0 commit comments