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

Ingo Müller llvmlistbot at llvm.org
Fri Sep 6 01:12:08 PDT 2024


ingomueller-net wrote:

Can I suggest to factor out the various parameters of `createSparsificationAndBufferizationPass` into a struct? This would make calls to that function forward compatible with any future parameters you might add.

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


More information about the Mlir-commits mailing list