summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_foreach.mlir
AgeCommit message (Expand)Author
2024-01-24[mlir][sparse] setup `SparseIterator` to help generating code to traverse a s...Peiming Liu
2023-11-16[mlir][sparse] Use variable instead of inlining sparse encoding (#72561)Yinying Li
2023-10-30[mlir][sparse] split post-sparsification-rewriting into two passes. (#70727)Peiming Liu
2023-10-24[mlir][sparse] implement sparse_tensor.lvl operation. (#69993)Peiming Liu
2023-09-27[mlir][sparse] Change tests to use new syntax for ELL and slice (#67569)Yinying Li
2023-09-25[mlir][sparse] Treat high and 2OutOf4 as level formats (#67203)Yinying Li
2023-09-15[mlir][sparse] Migrate tests to use new syntax (#66543)Yinying Li
2023-08-23[mlir][sparse] Changed sparsity properties to use _ instead of -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-05-01[mlir][sparse] extend unpack operation to support unpacking a batched COO typePeiming Liu
2023-04-20[mlir][sparse] support iteration over compressed-hi dimension level in loop e...Peiming Liu
2023-03-10[mlir][sparse] support dynamic sparse tensor slices.Peiming Liu
2023-03-09[mlir][sparse] add a check test for foreach operation on constant sparse tensorPeiming Liu