summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_lower_inplace.mlir
AgeCommit message (Expand)Author
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover
2024-05-28Revert "[mlir] Remove dialect specific bufferization passes" (#93528)Kunwar Grover
2024-05-28[mlir] Remove dialect specific bufferization passes (#93488)Kunwar Grover
2023-11-16[mlir][sparse] Use variable instead of inlining sparse encoding (#72561)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-09-14[mlir][sparse] Migrate more tests to new syntax (#66309)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-09-07[mlir][sparse] change variable dimension to fixed attribute pointers/indicesAart Bik
2022-07-14[mlir][sparse] Switch to One-Shot BufferizeMatthias Springer
2022-06-01[mlir][sparse] Using non-empty function name suffix for OverheadType::kIndexwren romano
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in SparseTenso...River Riddle
2022-01-30[mlir][bufferize] Merge tensor-constant-bufferize into arith-bufferizeMatthias Springer
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-11-04[mlir][sparse] implement full reduction "scalarization" across loop nestsAart Bik
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-08[tests] Make testsuite more resilient to "order of constant" changes. NFC.Chris Lattner
2021-07-15[mlir][sparse] replace linalg.copy with memref.copyAart Bik
2021-05-21[mlir][sparse] add full dimension ordering supportAart Bik
2021-05-17[mlir][sparse] replace experimental flag with inplace attributeAart Bik