summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/python/test_SDDMM.py
AgeCommit message (Expand)Author
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-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey
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-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-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-10-19[mlir][sparse] remove vector support in sparsificationPeiming Liu
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-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-02-22[mlir][sparse] refactor sparse compiler pipeline to single placeAart Bik
2022-02-04[mlir][sparse] Updating sparse-compiler pipeline for python usagewren romano
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-01-30[mlir][bufferize] Merge tensor-constant-bufferize into arith-bufferizeMatthias Springer
2021-12-13[mlir][sparse] python driven test for SDDMMAart Bik