summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.h
AgeCommit message (Expand)Author
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2024-08-23[mlir][sparse] partially support lowering sparse coiteration loops to scf.whi...Peiming Liu
2024-08-20[mlir][sparse] support sparsification to coiterate operations. (#102546)Peiming Liu
2024-07-31[mlir][sparse] implement `sparse_tensor.extract_value` operation. (#101220)Peiming Liu
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-04-29[mlir][sparse] use ValueRange instead of std::pair for iterator position. (#9...Peiming Liu
2024-04-09[mlir][sparse] rename files and unifies APIs (#88162)Peiming Liu
2024-03-04[mlir][sparse] support sparsifying batch levels (#83898)Peiming Liu
2024-02-08[mlir][sparse] using non-static field to avoid data races. (#81165)Peiming Liu
2024-02-01[mlir][sparse] Support pretty print to debug sparse iteration. (#80207)Peiming Liu
2024-01-24[mlir][sparse] setup `SparseIterator` to help generating code to traverse a s...Peiming Liu
2023-12-20[mlir][sparse] initialize slice-driven loop-related fields in one place (#76099)Peiming Liu
2023-12-15[mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (#75645)Peiming Liu
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