summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor
AgeCommit message (Expand)Author
2025-09-24[mlir][SCF] Add scf.index_switch support for populateSCFStructuralTypeConvers...Artemy Skrebkov
2025-07-04[mlir][Vector] Fold vector.constant_mask to SplatElementsAttr (#146724)Kunwar Grover
2025-06-12[mlir][Vector] Remove `vector.extractelement/insertelement` from sparse vecto...Diego Caballero
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-04-09[mlir][IR] Improve error message when parsing incorrect type (#134984)Matthias Springer
2025-02-06[mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)Krzysztof Drewniak
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-10-13[mlir][sparse] Improve sparse tensor type constraints (#112133)Matthias Springer
2024-10-11[mlir][sparse][test] Adjust tests for `LowerSparseOpsToForeach` (#110976)Longsheng Mou
2024-09-30[mlir][sparse] Replace `getSparseTensorType` with `tryGetSparseTensorType` (#...Longsheng Mou
2024-08-30[mlir][sparse] add parallelization options to mini pipeline (#104233)Yinying Li
2024-08-23[mlir][sparse] partially support lowering sparse coiteration loops to scf.whi...Peiming Liu
2024-08-20[mlir][sparse] support sparsification to coiterate operations. (#102546)Peiming Liu
2024-07-31[mlir][sparse] introduce `sparse_tensor.coiterate` operation. (#101100)Peiming Liu
2024-07-31[mlir][sparse] implement `sparse_tensor.extract_value` operation. (#101220)Peiming Liu
2024-07-30[mlir][sparse] introduce `sparse_tensor.extract_value` operation. (#101219)Peiming Liu
2024-06-20[mlir][sparse] expose emit strategy option to mini pipeline (#96238)Peiming Liu
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-06-17Reapply "[mlir][sparse] implement lowering rules for IterateOp." (#95836)Peiming Liu
2024-06-17Revert "[mlir][sparse] implement lowering rules for IterateOp." (#95826)Peiming Liu
2024-06-17[mlir][sparse] implement lowering rules for IterateOp. (#95286)Peiming Liu
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu
2024-06-11[mlir][sparse] expose optimization flags to mini pipeline (#95158)Aart Bik
2024-06-11[mlir][sparse] implement sparse space collapse pass. (#89003)Peiming Liu
2024-06-10[mlir][sparse] introduce `sparse_tensor.iterate` operation (#88955)Peiming Liu
2024-05-30[mlir][llvm] Implement ConstantLike for ZeroOp, UndefOp, PoisonOp (#93690)Guy David
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
2024-05-14[mlir][sparse] clone a empty sparse tensor when fuse convert into pro… (#92...Peiming Liu
2024-05-13[mlir][sparse] recognize ReLu operation during sparsification (#92016)Aart Bik
2024-05-13[mlir][tensor][sparse] don't drop encoding when infer result type (#91817)Peiming Liu
2024-05-10[mlir][sparse] allow multiple COO segments in sparse encodings. (#91786)Peiming Liu
2024-05-07[mlir][sparse] Add verification for explicit/implicit value (#90111)Yinying Li
2024-05-07[mlir][sparse] force a properly sized view on pos/crd/val under codegen (#91288)Aart Bik
2024-05-03[mlir][sparse] test optimization of binary-valued operations (#90986)Aart Bik
2024-05-02[mlir][sparse] make sparse compiler more admissible. (#90927)Peiming Liu
2024-05-02[mlir][sparse] Support explicit/implicit value for complex type (#90771)Yinying Li
2024-05-01[mlir][sparse] support tensor.pad on CSR tensors (#90687)Peiming Liu
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla
2024-04-29[mlir][sparse] fold explicit value during sparsification (#90530)Aart Bik
2024-04-26[mlir][sparse] fold sparse convert into producer linalg op. (#89999)Peiming Liu
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li
2024-04-24[mlir][sparse] fuse concat and extract_slice op if possible. (#89825)Peiming Liu
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla
2024-04-16[mlir][sparse] introduce `sparse_tensor.extract_iteration_space` operation. (...Peiming Liu
2024-04-16Revert "[mlir][sparse] introduce sparse_tensor.iterate operation" (#88953)Peiming Liu