summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/python/tools
AgeCommit message (Expand)Author
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik
2023-11-15[mlir][sparse] Capitalize class comment (#72436)Aart Bik
2023-11-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey
2023-11-07Changed the phrase sparse-compiler to sparsifier in comments (#71578)Tim Harvey
2023-10-24[mlir][sparse] add COO to python tests (#70090)Aart Bik
2023-09-13[mlir][sparse] remove sparse output python example (#66298)Aart Bik
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-03-01[mlir][python] Allow running pass manager on any operationrkayaith
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-07-16[NFC] Remove obsolete all_passes_registration from integration tests.Stella Laurenzo
2022-04-12[mlir][sparse] refactored python setup of sparse compilerAart Bik
2022-02-22[mlir][sparse] refactor sparse compiler pipeline to single placeAart Bik
2022-02-18[mlir][sparse] provide more types for external to/from MLIR routinesAart Bik
2022-02-17[NFC] Correct typo `interger` to `integer`Shao-Ce SUN
2021-12-13Support sparse tensor output.Bixia Zheng