summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/Utils/IterationGraphSorter.cpp
AgeCommit message (Expand)Author
2025-11-17[MLIR][SparseTensor] Dense Outer Loop Ordering Strategy (#160168)Govind Malasani
2025-10-28[MLIR] Fix use-after-move in debug logging (#165208)Slava Gurevich
2025-10-25[MLIR] Fix use-after-move for DEBUG builds, and broken assert logic. (#164763)Slava Gurevich
2025-10-06[MLIR][SparseTensor] Loop ordering strategy infrastructure (flag) (#154656)Govind Malasani
2025-07-12[mlir] Remove unused includes (NFC) (#148396)Kazu Hirata
2025-07-07[mlir] Use `llvm::fill` instead of `std::fill`(NFC) (#146889)Longsheng Mou
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2023-12-14[mlir][sparse] comment cleanup in iteration graph sorter (#75508)Aart Bik
2023-12-13[mlir][sparse] minor cleanup of transform/utils (#75396)Aart Bik
2023-12-12[mlir][sparse] refactor utilities into transform/utils dir (#75250)Aart Bik