summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
AgeCommit message (Expand)Author
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-09-29[MLIR] Apply clang-tidy fixes for modernize-use-emplace in LoopEmitter.cpp (NFC)Mehdi Amini
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (21/n) (#149928)Maksim Levental
2025-07-12[mlir] Remove unused includes (NFC) (#148396)Kazu Hirata
2025-06-26[mlir] Use llvm::is_contained instead of llvm::all_of (NFC) (#145845)Kazu Hirata
2025-05-22[mlir] Use llvm::stable_sort (NFC) (#141186)Kazu Hirata
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-06[mlir] Remove unused local variables (NFC) (#138642)Kazu Hirata
2025-04-18[mlir] Use llvm::less_first (NFC) (#136398)Kazu Hirata
2024-12-21[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#120818)Kazu Hirata
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-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-06-18[MLIR] Fix an assert that contains a mistake in conditional operator (#95668)Shivam Gupta
2024-06-02Use llvm::less_first (NFC) (#94136)Kazu Hirata
2024-04-30[mlir][sparse] handle padding on sparse levels. (#90527)Peiming Liu
2024-02-28[mlir][sparse] code cleanup (using inferred type to construct to_[buf… (#83...Peiming Liu
2024-02-08[mlir][sparse] using non-static field to avoid data races. (#81165)Peiming Liu
2024-02-02[mlir][sparse] support sparse dilated convolution. (#80470)Peiming Liu
2024-02-01[mlir][sparse] Support pretty print to debug sparse iteration. (#80207)Peiming Liu
2024-01-25[mlir][sparse] fix error when convolution stride is applied on a dens… (#79...Peiming Liu
2024-01-25[mlir][sparse] fix mismatch between `enter/exitWhileLoop` (#79493)Peiming Liu
2024-01-24[mlir][sparse] setup `SparseIterator` to help generating code to traverse a s...Peiming Liu
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-12-20[mlir][sparse] initialize slice-driven loop-related fields in one place (#76099)Peiming Liu
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer
2023-12-15[mlir][sparse] support loop range query using SparseTensorLevel. (#75670)Peiming Liu
2023-12-15[mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (#75645)Peiming Liu
2023-12-15[NFC][mlir][sparse] remove redundant parameter. (#75551)Peiming Liu
2023-12-12[mlir][sparse] refactor utilities into transform/utils dir (#75250)Aart Bik