summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/SparseTensor.cpp
AgeCommit message (Expand)Author
2024-10-02[MLIR][sparse] Add `soa` property to `sparse_tensor` Python bindings (#109135)Mateusz Sokół
2024-07-30[mlir] Apply ClangTidy performance finding.Adrian Kuegel
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li
2024-02-15Reapply "[mlir][sparse] remove LevelType enum, construct LevelType from Level...Peiming Liu
2024-02-15Revert "[mlir][sparse] remove LevelType enum, construct LevelType from LevelF...Mehdi Amini
2024-02-15[mlir][sparse] remove LevelType enum, construct LevelType from LevelF… (#81...Peiming Liu
2024-02-13[mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (#81...Peiming Liu
2024-02-09[mlir][sparse] Add more tests and verification for n:m (#81186)Yinying Li
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik
2023-10-17[mlir][sparse] Populate lvlToDim (#68937)Yinying Li
2023-09-22[mlir][sparse] add lvlToDim field to sparse tensor encoding (#67194)Aart Bik
2023-05-30[mlir][sparse] Combining `dimOrdering`+`higherOrdering` fields into `dimToLvl`wren romano
2023-05-17[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-06[mlir][sparse] Renaming "pointer/index" to "position/coordinate"wren romano
2023-02-14[mlir][sparse] Factoring out SparseTensorType classwren romano
2022-10-18[mlir][sparse] Use the runtime DimLevelType instead of a separate tablegen enumwren romano
2022-10-05[mlir][sparse] introduce a higher-order tensor mappingAart Bik
2022-08-30[mlir][sparse] add more dimension level types and propertiesAart Bik
2022-08-02[mlir][sparse] remove singleton dimension level type (for now)Aart Bik
2021-05-10[mlir][CAPI] Add CAPI bindings for the sparse_tensor dialect.Stella Laurenzo