summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_fill_zero.mlir
AgeCommit message (Expand)Author
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-05-30[mlir][llvm] Implement ConstantLike for ZeroOp, UndefOp, PoisonOp (#93690)Guy David
2024-02-26[mlir][sparse] Introduce batch level format. (#83082)Peiming Liu
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li
2024-02-05[mlir][sparse] Change LevelType enum to 64 bit (#80501)Yinying Li
2023-11-15[mlir][sparse] schedule sparse kernels in a separate pass from sparsification...Peiming Liu
2023-10-31[MLIR][SparseTensor] Introduce opaque pointers in LLVM dialect lowering (#70570)Christian Ulmann
2023-10-12[mlir][sparse] add a forwarding insertion to SparseTensorStorage (#68939)Aart Bik
2023-10-09[mlir][sparse] replace specialized buffer setup with util code (#68461)Aart Bik
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi
2023-09-20[mlir][sparse] remove most bufferization.alloc_tensor ops from sparse (#66847)Aart Bik
2023-09-14[mlir][sparse] Migrate more tests to use new syntax (#66443)Yinying Li
2023-05-17[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano
2023-03-06[mlir][sparse] Renaming "pointer/index" to "position/coordinate"wren romano
2022-11-17[mlir][sparse] Split SparseTensorRewrite into PreSparsificationRewrite and Po...bixia1
2022-11-14[mlir][sparse] Making way for SparseTensorRuntime to support non-permutationswren romano
2022-10-05[mlir][sparse] Adjusting DimLevelType numeric values for faster predicateswren romano
2022-10-05[mlir][sparse] move sparse tensor rewriting into its own passAart Bik
2022-09-27[mlir][sparse] change memref argument to proper SSA componentsAart Bik
2022-09-08[mlir][sparse] improve dimop rewriting during conversionAart Bik
2022-08-25[mlir][sparse] Folding operations that try to insert zero into an all-zero sp...Peiming Liu