summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_3d.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-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-11-15[mlir][sparse] schedule sparse kernels in a separate pass from sparsification...Peiming Liu
2023-10-24[mlir][sparse] implement sparse_tensor.lvl operation. (#69993)Peiming Liu
2023-09-26[mlir][sparse] Generalize sparse encoding in check tests (#67476)Yinying Li
2023-09-15[mlir][sparse] Migrate tests to use new syntax (#66543)Yinying Li
2023-09-13[mlir][sparse] Migrate tests to use new syntax (#66146)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-10-26[mlir][sparse] use loop emitter to generate loop in sparsificationPeiming Liu
2022-09-07[mlir][sparse] change variable dimension to fixed attribute pointers/indicesAart Bik
2022-08-17[mlir][sparse] more concise sparse tensor type printingAart Bik
2022-07-14[mlir][sparse] Switch to One-Shot BufferizeMatthias Springer
2022-06-28[mlir][sparse][bufferization] refine bufferization assumption enforcementAart Bik
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in SparseTenso...River Riddle
2022-02-16[mlir][sparse] avoid some codeup in sparsification transformationAart Bik
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
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-07-01[mlir][tensor] Add tensor.dim operationMatthias Springer
2021-05-19[mlir][sparse] skip sparsification for unannotated (or unhandled) casesAart Bik
2021-05-10[mlir][sparse] complete migration to sparse tensor typeAart Bik
2021-05-04[mlir][sparse] Introduce proper sparsification passesAart Bik