[Mlir-commits] [mlir] [MLIR][SparseTensor] Loop ordering strategy infrastructure (flag) (PR #154656)

Govind Malasani llvmlistbot at llvm.org
Sun Sep 21 18:48:37 PDT 2025


gmalasan wrote:

Thanks for the advice. I tried implementing a generic heuristic for preferring dense loops outer and sparse loops/singleton loops inner. Does this heuristic make sense? And as always is there anything I should fix or look out for? I avoided completely using any magic constants.

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


More information about the Mlir-commits mailing list