Skip to content

Commit bf2954a

Browse files
aartbikzahiraam
authored andcommitted
[mlir][sparse] enable 2:4 test for both directIR/libgen path (llvm#72593)
1 parent 1416e6b commit bf2954a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
// REDEFINE: %{env} = TENSOR0="%mlir_src_dir/test/Integration/data/ds.mtx"
2121
// RUN: %{compile} | env %{env} %{run} | FileCheck %s
2222
//
23-
// TODO: enable!
2423
// Do the same run, but now with direct IR generation.
2524
// REDEFINE: %{sparsifier_opts} = enable-runtime-library=false
26-
// R_UN: %{compile} | env %{env} %{run} | FileCheck %s
25+
// RUN: %{compile} | env %{env} %{run} | FileCheck %s
26+
//
27+
// Do the same run, but now with direct IR generation and vectorization.
28+
// REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true vl=2 reassociate-fp-reductions=true enable-index-optimizations=true
29+
// RUN: %{compile} | env %{env} %{run} | FileCheck %s
2730

2831
!Filename = !llvm.ptr
2932

0 commit comments

Comments
 (0)