[Mlir-commits] [mlir] [mlir][sparse] add parallelization options to mini pipeline (PR #104233)

Aart Bik llvmlistbot at llvm.org
Tue Aug 27 13:38:39 PDT 2024


================
@@ -1,10 +1,14 @@
 // RUN: mlir-opt %s --sparsification-and-bufferization        | FileCheck %s --check-prefix=CHECK-NOVEC
 // RUN: mlir-opt %s --sparsification-and-bufferization="vl=8" | FileCheck %s --check-prefix=CHECK-VEC
+// RUN: mlir-opt %s --sparsification-and-bufferization="parallelization-strategy=any-storage-any-loop" | FileCheck %s --check-prefix=CHECK-PARA
----------------
aartbik wrote:

rather than piggy backing it to the minipipelin_vector.mlir test,
can we have a new minipipeline_parallel.mlir test and have the
with and without par test there?

https://github.com/llvm/llvm-project/pull/104233


More information about the Mlir-commits mailing list