summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/IR/SparseTensorInterfaces.cpp
AgeCommit message (Expand)Author
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (21/n) (#149928)Maksim Levental
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg
2024-02-17[mlir][sparse] deallocate tmp coo buffer generated during stage-spars… (#82...Peiming Liu
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-11-28[mlir][sparse] move toCOOType into SparseTensorType class (#73708)Aart Bik
2023-10-17[mlir][sparse] implementating stageSparseOpPass as an interface (#69022)Peiming Liu