summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/Utils/CodegenEnv.cpp
AgeCommit message (Collapse)Author
2025-05-16[mlir][NFC] Use `llvm::sort` (#140261)Iris Shi
2024-02-01[mlir][sparse] Support pretty print to debug sparse iteration. (#80207)Peiming Liu
2023-12-20[mlir][sparse] initialize slice-driven loop-related fields in one place (#76099)Peiming Liu
2023-12-12[mlir][sparse] refactor utilities into transform/utils dir (#75250)Aart Bik
Separates actual transformation files from supporting utility files in the transforms directory. Includes a bazel overlay fix for the build (as well as a bit of cleanup of that file to be less verbose and more flexible).