File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
mlir/test/Integration/Dialect/SparseTensor/CPU Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
// REDEFINE: %{env} = TENSOR0="%mlir_src_dir/test/Integration/data/ds.mtx"
21
21
// RUN: %{compile} | env %{env} %{run} | FileCheck %s
22
22
//
23
- // TODO: enable!
24
23
// Do the same run, but now with direct IR generation.
25
24
// 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
27
30
28
31
!Filename = !llvm.ptr
29
32
You can’t perform that action at this time.
0 commit comments