[Mlir-commits] [mlir] [mlir][sparse] schedule sparse kernels in a separate pass from sparsification. (PR #72423)

Aart Bik llvmlistbot at llvm.org
Wed Nov 15 10:33:36 PST 2023


================
@@ -1,5 +1,6 @@
 // RUN: mlir-opt %s --linalg-generalize-named-ops \
 // RUN:             --pre-sparsification-rewrite \
+// RUN:              --sparse-reinterpret-map \
----------------
aartbik wrote:

indent the -- properly

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


More information about the Mlir-commits mailing list