summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine/SparseTensor
AgeCommit message (Expand)Author
2025-10-23[MLIR][ExecutionEngine] don't leak -Wweak-vtables (#164498)Maksim Levental
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-03-29[mlir][sparse] provide an AoS "view" into sparse runtime support lib (#87116)Aart Bik
2024-02-23[mlir][sparse] remove very thin header file from sparse runtime support (#82820)Aart Bik
2024-02-23[mlir][sparse] cleanup sparse runtime library (#82807)Aart Bik
2024-02-08[mlir][sparse] Implement parsing n out of m (#79935)Yinying Li
2023-11-30[mlir][sparse] bug fix on all-dense lex insertion (#73987)Aart Bik
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik
2023-10-23[mlir][sparse] support 2:4 structured sparsity and loose compressed (#69968)Aart Bik
2023-10-18[mlir][sparse] implement non-permutation MapRef encoding (#69406)Aart Bik
2023-10-16[mlir][sparse] remove sparse2sparse path in library (#69247)Aart Bik
2023-10-12[mlir][sparse] add a forwarding insertion to SparseTensorStorage (#68939)Aart Bik
2023-10-11[mlir][sparse] refactor dim2lvl/lvl2dim passing into MapRef (#68649)Aart Bik
2023-10-09[mlir][sparse] add expanded size to API (#68614)Aart Bik
2023-10-06[mlir][sparse] introduce MapRef, unify conversion/codegen for reader (#68360)Aart Bik
2023-10-03[mlir][sparse] minor edits in runtime lib Cpp files (#68165)Aart Bik
2023-09-01[mlir][sparse] simplification of sparse runtime support libAart Bik
2023-09-01Revert "[mlir][sparse] simplification of sparse runtime support lib"Mehdi Amini
2023-09-01[mlir][sparse] simplification of sparse runtime support libAart Bik
2023-03-06[mlir][sparse] Renaming "pointer/index" to "position/coordinate"wren romano
2023-02-13[mlir][sparse] Extend readCOOIndices to support overhead types beyond index_t...bixia1
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-18[mlir][sparse] Moving Enums.h into Dialect/SparseTensor/IRwren romano
2022-10-18[mlir][sparse] Factoring out SparseTensorEnums librarywren romano
2022-10-11[mlir][sparse] Renaming mlir_sparse_tensor_utils library to SparseTensorRuntimewren romano
2022-10-10[mlir][sparse] Removing DLL attributes from ExecutionEngine/SparseTensor/Enums.hwren romano
2022-10-10[mlir][sparse] Rename SparseTensorFile to SparseTensorReader.bixia1
2022-10-05[mlir][sparse] further implement singleton dimension level typewren romano
2022-10-05[mlir][sparse] Case coverage fix no errorhandlingNathaniel McVicar
2022-10-05Revert "[mlir][sparse] Restore case coverage warning fix"Vitaly Buka
2022-10-04[mlir][sparse] Restore case coverage warning fixNathaniel McVicar
2022-09-30[mlir] Fix warningsKazu Hirata
2022-09-30[mlir][sparse] Renaming x-macros for better hygienewren romano
2022-09-30[mlir][sparse] SparseTensorUtils post-refactoring cleanupwren romano
2022-09-29[mlir][sparse] Fixing case coverage warningwren romano
2022-09-29[mlir][sparse] Cleaning up SparseTensorFile::readMMEHeaderwren romano
2022-09-29[mlir][sparse] Factoring out SparseTensorFile::canReadAs predicatewren romano
2022-09-29[mlir][sparse] refactoring SparseTensorUtils: (4 of 4) documentationwren romano
2022-09-29[mlir][sparse] refactoring SparseTensorUtils: (3 of 4) code-cleanupwren romano
2022-09-29[mlir][sparse] refactoring SparseTensorUtils: (1 of 4) file-splittingwren romano