summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor/python/tools/sparsifier.py
AgeCommit message (Collapse)Author
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik
When only all-dense "sparse" tensors occur in a function prototype, the assembler would skip the method conversion purely based on input/output counts. It should rewrite based on the presence of any annotation, however.
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 ↵Tim Harvey
instead use "sparsifier" (#71875) The changes in this p.r. mostly center around the tests that use the flag sparse_compiler (also: sparse-compiler).