summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/SparseTensor
AgeCommit message (Expand)Author
2025-06-20[mlir][SparseTensor] Re-enable tests on AArch64 (#143387)Andrzej Warzyński
2025-04-28[mlir][sparse_tensor] Fix memory leak in `sparse_index_dense.mlir` (#137454)Matthias Springer
2025-03-28[NFC] Fix some typos in libc and mlir comments (#133374)Qinkun Bao
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-10-04[mlir][GPU][NFC] Move `dump-ptx.mlir` test case (#111142)Matthias Springer
2024-10-02[MLIR][sparse] Fix SparseTensor `test_output.py` test (#110882)Mateusz Sokół
2024-10-02[MLIR][sparse] Add `soa` property to `sparse_tensor` Python bindings (#109135)Mateusz Sokół
2024-09-13[mlir][sparse] fix bug with all-dense assembler (#108615)Aart Bik
2024-08-23[mlir][sparse] partially support lowering sparse coiteration loops to scf.whi...Peiming Liu
2024-08-15[MLIR][test] Run SVE and SME Integration tests using qemu-aarch64 (#101568)Zhaoshi Zheng
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-05-09[mlir][sparse] Change sparse_tensor.print format (#91528)Yinying Li
2024-05-07[mlir][sparse] support 'batch' dimensions in sparse_tensor.print (#91411)Aart Bik
2024-05-07[mlir][sparse] force a properly sized view on pos/crd/val under codegen (#91288)Aart Bik
2024-05-01[mlir][sparse] support tensor.pad on CSR tensors (#90687)Peiming Liu
2024-04-30[mlir][sparse] fix sparse tests that uses reshape operations. (#90637)Peiming Liu
2024-04-30[mlir][sparse] handle padding on sparse levels. (#90527)Peiming Liu
2024-04-17[mlir][SparseTensor] Add missing dependent dialect to pass (#88870)Matthias Springer
2024-04-10[mlir][sparse] update doc and examples of the [dis]assemble operations (#88213)Aart Bik
2024-03-29[mlir][sparse] provide an AoS "view" into sparse runtime support lib (#87116)Aart Bik
2024-03-21[mlir][sparse] Fix typos in comments (#86074)Matthias Springer
2024-03-19[mlir][sparse] Fix memory leaks (part 4) (#85729)Matthias Springer
2024-03-15[mlir][sparse] best effort finalization of escaping empty sparse tensors (#85...Aart Bik
2024-03-15[mlir][sparse] Add `has_runtime_library` test op (#85355)Matthias Springer
2024-03-15[mlir][sparse] Fix memory leaks (part 3) (#85184)Matthias Springer
2024-03-12[mlir][sparse] Fix sparse_generate test (#85009)Yinying Li
2024-03-12[mlir][sparse] Finish migrating integration tests to use sparse_tensor.print ...Yinying Li
2024-03-12[mlir][sparse] reuse tensor.insert operation to insert elements into … (#84...Peiming Liu
2024-03-11[mlir][sparse] Migrate more tests to use sparse_tensor.print (#84833)Yinying Li
2024-03-07[mlir][sparse] Migrate more tests to sparse_tensor.print (#84249)Yinying Li
2024-03-07[mlir][sparse] Migrate to sparse_tensor.print (#83946)Yinying Li
2024-03-06[mlir][sparse] use a consistent order between [dis]assembleOp and sto… (#84...Peiming Liu
2024-03-05[mlir][sparse] migrate tests to sparse_tensor.print (#84055)Aart Bik
2024-03-04[mlir][sparse] migrate datastructure tests to sparse_tensor.print (#83956)Aart Bik
2024-03-04[mlir][sparse] support complex type for sparse_tensor.print (#83934)Aart Bik
2024-03-04[mlir][sparse] migration to sparse_tensor.print (#83926)Aart Bik
2024-03-04[mlir][sparse] add dim/lvl information to sparse_tensor.print (#83913)Aart Bik
2024-03-04[mlir][sparse][gpu] migration to sparse_tensor.print (#83510)Aart Bik
2024-02-29[mlir][sparse] Migration to sparse_tensor.print (#83506)Yinying Li
2024-02-29Revert "[mlir][sparse] Migration to sparse_tensor.print" (#83499)Mehdi Amini
2024-02-29[mlir][sparse] Migration to sparse_tensor.print (#83377)Yinying Li
2024-02-28[mlir][sparse] migrate integration tests to sparse_tensor.print (#83357)Aart Bik
2024-02-28[mlir][sparse] infer returned type for sparse_tensor.to_[buffer] ops (#83343)Peiming Liu
2024-02-28[mlir][sparse] add a few more cases to sparse_tensor.print test (#83338)Aart Bik
2024-02-28[mlir][sparse] add a sparse_tensor.print operation (#83321)Aart Bik
2024-02-20[mlir][sparse] support SoA COO in codegen path. (#82439)Peiming Liu
2024-02-17[mlir][sparse] Fix memory leaks (part 2) (#81979)Matthias Springer
2024-02-16[mlir][sparse] Fix memory leaks (part 1) (#81843)Matthias Springer