summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
AgeCommit message (Expand)Author
2022-10-21[mlir][sparse] support foreach on dense tensor.Peiming Liu
2022-10-20[mlir][sparse] Fix getUnorderedCOOFromType for rank 1 tensor.bixia1
2022-10-18[mlir][sparse] Use the runtime DimLevelType instead of a separate tablegen enumwren romano
2022-10-18[mlir][sparse] Add options to sparse-tensor-rewrite to disable rewriting rule...bixia1
2022-10-18[mlir][sparse] Change getUnorderedCOOFromType to propagate the overhead types.bixia1
2022-10-17[mlir] Simplify DestinationStyleOpInterface.Alexander Belyaev
2022-10-13[mlir] Remove iterator_types() method from LinalgStructuredInterface.Oleg Shyshkov
2022-10-12[mlir] Fix a warningKazu Hirata
2022-10-11[mlir][sparse] Add rewriting rules for the sparse_tensor.new operator.bixia1
2022-10-06[mlir][sparse] Add rewrite rules for sparse-to-sparse reshape operators.bixia1
2022-10-05[mlir][sparse] introduce a higher-order tensor mappingAart Bik
2022-09-30[mlir][sparse] Add rewriting rules for concatente using foreach operator.Peiming Liu
2022-09-30[mlir][sparse] Add new utility class to help generates loop structures over s...Peiming Liu
2022-09-30[mlir] Rename getTied* methods to getMatching* in LinalgInterface.Oleg Shyshkov
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-09[mlir][sparse] Add new option (enable-runtime-library) to sparse compiler pip...Peiming Liu
2022-09-07Apply clang-tidy fixes for llvm-else-after-return in SparseTensorRewriting.cp...Mehdi Amini
2022-09-07[mlir][sparse] minor zero test refactoring in rewritingAart Bik
2022-08-25[mlir][sparse] Folding operations that try to insert zero into an all-zero sp...Peiming Liu
2022-08-20Use llvm::is_contained (NFC)Kazu Hirata
2022-08-07[mlir] Flip to prefixed accessors (NFC)Jacques Pienaar
2022-08-04[mlir][sparse] replace zero yield generic op with copy in allocationAart Bik
2022-08-02[mlir][sparse] enable SDDMM-flavored fusionAart Bik
2022-07-19[mlir] Flip LinAlg dialect to _BothJacques Pienaar
2022-07-18[mlir][sparse] migrate sparse rewriting to sparse transformations passAart Bik