summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SparseTensor/sparse_kernels.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
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-09-26[mlir][sparse] Generalize sparse encoding in check tests (#67476)Yinying Li
2023-09-19[mlir][sparse] More allocate -> empty tensor migration (#66720)Aart Bik
2023-09-14[mlir][sparse] Migrate more tests to use new syntax (#66443)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
2023-02-28[mlir][sparse] fix performance bug in matmul with a sparse rhs due to subopti...Peiming Liu
2022-10-28[mlir][sparse] build proper insertion chainAart Bik
2022-09-27[mlir][sparse] change memref argument to proper SSA componentsAart Bik
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-02[mlir][sparse][NFC] Switch InitOp to bufferization::AllocTensorOpMatthias Springer
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in SparseTenso...River Riddle
2022-03-09[mlir][sparse] added linalg.dot to sparse kernel collectionAart Bik
2022-02-16[mlir][sparse] avoid some codeup in sparsification transformationAart Bik
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2021-12-07[mlir][sparse] add a few more sparse output tests (for generated IR)Aart Bik
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-22[mlir][sparse] add sparse kernels test to sparse compiler test suiteAart Bik