summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/conversion.mlir
AgeCommit message (Expand)Author
2024-05-30[mlir][llvm] Implement ConstantLike for ZeroOp, UndefOp, PoisonOp (#93690)Guy David
2024-03-12[mlir][sparse] reuse tensor.insert operation to insert elements into … (#84...Peiming Liu
2024-02-05[mlir][sparse] Change LevelType enum to 64 bit (#80501)Yinying Li
2023-10-31[MLIR][SparseTensor] Introduce opaque pointers in LLVM dialect lowering (#70570)Christian Ulmann
2023-10-30[mlir][sparse] split post-sparsification-rewriting into two passes. (#70727)Peiming Liu
2023-10-27[mlir][sparse] unify sparse_tensor.out rewriting rules (#70518)Peiming Liu
2023-10-24[mlir][sparse] implement sparse_tensor.lvl operation. (#69993)Peiming Liu
2023-10-16[mlir][sparse] simplify reader construction of new sparse tensor (#69036)Aart Bik
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-10-06[mlir][sparse] introduce MapRef, unify conversion/codegen for reader (#68360)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-15[mlir][sparse] Migrate tests to use new syntax (#66543)Yinying Li
2023-09-14[mlir][sparse] Migrate more tests to new syntax (#66309)Yinying Li
2023-09-13[mlir][sparse] Migrate tests to use new syntax (#66146)Yinying Li
2023-05-30[mlir][sparse] Combining `dimOrdering`+`higherOrdering` fields into `dimToLvl`wren romano
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-12-05[mlir][sparse] Cleaning up the dim/lvl distinction in SparseTensorConversionwren romano
2022-12-02[mlir][sparse] Breaking up openSparseTensor to better support non-permutationswren romano
2022-11-14[mlir][sparse] Making way for SparseTensorRuntime to support non-permutationswren romano
2022-10-21[mlir][sparse] lower number of entries op to actual codeAart Bik
2022-10-17[mlir][sparse] implement simple codegen for insertion (and related ops)Aart Bik
2022-10-14[mlir][sparse] Reorganize tests for the sparse_tensor.convert operator.bixia1
2022-09-27[mlir][sparse] change memref argument to proper SSA componentsAart Bik
2022-09-08[mlir][sparse] rename lex_insert into insertAart Bik
2022-09-08[mlir][sparse] improve dimop rewriting during conversionAart Bik
2022-09-08[mlir][sparse] fix bug in workspace dimension computationAart Bik
2022-09-07[mlir][sparse] change variable dimension to fixed attribute pointers/indicesAart Bik
2022-08-29[mlir][sparse] start a sparse codegen conversion passAart Bik
2022-08-26[mlir][sparse] move sparse2sparse conversion to own test fileAart Bik
2022-07-19[mlir][bufferization][NFC] Move sparse_tensor.release to bufferization dialectMatthias Springer
2022-06-24[mlir][bufferization][sparse] put restriction on sparse tensor allocationAart Bik
2022-06-21[mlir][sparse] refine bufferization allocation loweringAart Bik
2022-06-17[mlir][sparse] move from by-value to by-reference for data typesAart Bik
2022-06-02[mlir][sparse][NFC] Switch InitOp to bufferization::AllocTensorOpMatthias Springer
2022-06-01[mlir][sparse] Using non-empty function name suffix for OverheadType::kIndexwren romano
2022-05-20[mlir][sparse] add support for complex zero/one buildingAart Bik
2022-05-16[mlir][sparse] Enhancing sparse=>sparse conversion.wren romano
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in SparseTenso...River Riddle
2022-04-06[mlir][sparse] replace stack-based access pattern with dyn-allocAart Bik
2022-04-01[mlir][sparse] Moving `delete coo` into codegen instead of runtime librarywren romano
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-01-21[mlir][sparse] add ability for sparse tensor outputAart Bik
2021-12-07[mlir][sparse] finalize sparse output in the presence of reductionsAart Bik
2021-11-15[mlir][sparse] first version of "truly" dynamic sparse tensors as outputs of ...Aart Bik
2021-10-25[mlir][sparse] lower trivial tensor.cast on identical sparse tensorsAart Bik
2021-10-20[mlir][sparse] make index type explicit in public API of support libraryAart Bik
2021-10-18[mlir][sparse] generalize sparse_tensor.convert on static/dynamic dimension s...Aart Bik