summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_extract_slice.mlir
AgeCommit message (Expand)Author
2023-11-16[mlir][sparse] Use variable instead of inlining sparse encoding (#72561)Yinying Li
2023-09-27[mlir][sparse] Change tests to use new syntax for ELL and slice (#67569)Yinying Li
2023-09-26[mlir][sparse] Generalize sparse encoding in check tests (#67476)Yinying Li
2023-09-14[mlir][sparse] Migrate more tests to new syntax (#66309)Yinying Li
2023-05-30[mlir][sparse] Updating STEA parser/printer to use the name "dimSlices"wren romano
2023-05-17[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano
2023-03-10[mlir][sparse] support dynamic sparse tensor slices.Peiming Liu