summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/Utils/CodegenUtils.cpp
AgeCommit message (Expand)Author
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-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev
2025-05-16[mlir][NFC] Use `llvm::sort` (#140261)Iris Shi
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2024-11-19[mlir][SparseTensor][NFC] Pass tensor type to descriptor helper (#116468)Matthias Springer
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-03-04[mlir][sparse] support sparsifying batch levels (#83898)Peiming Liu
2024-02-28[mlir][sparse] code cleanup (using inferred type to construct to_[buf… (#83...Peiming Liu
2024-02-20[mlir][sparse] support SoA COO in codegen path. (#82439)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