summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/python
AgeCommit message (Expand)Author
2024-10-02[MLIR][sparse] Fix SparseTensor `test_output.py` test (#110882)Mateusz Sokół
2024-10-02[MLIR][sparse] Add `soa` property to `sparse_tensor` Python bindings (#109135)Mateusz Sokół
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik
2024-02-13[mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (#81...Peiming Liu
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)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-14[mlir][sparse] enable Python BSR test (#72325)Aart Bik
2023-11-07Changed the phrase sparse-compiler to sparsifier in comments (#71578)Tim Harvey
2023-11-03[MLIR][LLVM] Remove typed pointer remnants from integration tests (#71208)Christian Ulmann
2023-10-27[mlir][sparse] unify sparse_tensor.out rewriting rules (#70518)Peiming Liu
2023-10-24[mlir][sparse] add COO to python tests (#70090)Aart Bik
2023-10-23[mlir][sparse] extend sparse output test (#69986)Aart Bik
2023-10-17[mlir][sparse] Populate lvlToDim (#68937)Yinying Li
2023-10-12[mlir][sparse] implement sparse_tensor.reorder_coo (#68916)Peiming Liu
2023-09-13[mlir][sparse] remove sparse output python example (#66298)Aart Bik
2023-05-30[mlir][sparse] Combining `dimOrdering`+`higherOrdering` fields into `dimToLvl`wren romano
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-17[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano
2023-03-01[mlir][python] Allow running pass manager on any operationrkayaith
2023-02-16[mlir][sparse] reduce the input size in stress_test.py to make it finish in t...Peiming Liu
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-10-19[mlir][sparse] remove vector support in sparsificationPeiming Liu
2022-10-05[mlir][sparse] further implement singleton dimension level typewren romano
2022-10-05[mlir][sparse] introduce a higher-order tensor mappingAart Bik
2022-09-07[mlir][sparse] fix python indentation in testAart Bik
2022-09-06[MLIR] Fix for commit 0f2ec35Christian Sigg
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg
2022-09-04[mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers ...Nick Kreeger
2022-09-03Revert "[mlir][sparse] Expose SparseTensor passes as enums instead of opaque"Nick Kreeger
2022-09-03[mlir][sparse] Expose SparseTensor passes as enums instead of opaqueNick Kreeger
2022-07-19[mlir][bufferization][NFC] Move sparse_tensor.release to bufferization dialectMatthias Springer
2022-07-16[NFC] Remove obsolete all_passes_registration from integration tests.Stella Laurenzo
2022-06-02[mlir][sparse][NFC] Switch InitOp to bufferization::AllocTensorOpMatthias Springer
2022-05-16[mlir][sparse] Enhancing sparse=>sparse conversion.wren romano
2022-04-23Revert "[mlir][sparse] Expose SpareTensor passes as enums instead of opaque n...Nick Kreeger
2022-04-23[mlir][sparse] Expose SpareTensor passes as enums instead of opaque numbers f...Nick Kreeger
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-12[mlir][sparse] refactored python setup of sparse compilerAart Bik
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
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[mlir][linalg][sparse] add linalg optimization passes "upstream"Aart Bik
2022-02-17[NFC] Correct typo `interger` to `integer`Shao-Ce SUN
2022-02-04[mlir][sparse] Updating sparse-compiler pipeline for python usagewren romano
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle