aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2022-02-28[mlir-tblgen] Fix non-deterministic generating static verifier in DRR.Chia-hung Duan3-6/+6
2022-02-22[mlir][sparse] Rename index_t to index_type againRainer Orth2-27/+28
2022-02-22[MLIR][Presburger] Disambiguate call to floorRainer Orth1-1/+1
2022-02-02[mlir][ods] NFC Fix ASAN error in FormatParserMogball2-4/+15
2022-02-01[mlir][taco] Add a utility to create an MLIR sparse tensor from a file.Bixia Zheng3-62/+289
2022-02-01[mlir][capi] Add DialectRegistry to MLIR C-APIDaniel Resnick7-9/+93
2022-02-01Avoid doing tile + fuse if tile sizes are zero.Mahesh Ravishankar2-0/+23
2022-02-01Revert "Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead.""Alexander Belyaev39-704/+215
2022-02-01[mlir] Better error message in PybindAdaptors.hAlex Zinenko2-4/+28
2022-02-01[mlir][vector][integration] Reactivate LLI in vector integration test.Nicolas Vasilache1-7/+6
2022-02-01Temporarily disable LLI to investigate weird non 0 error codeNicolas Vasilache1-15/+8
2022-02-01[mlir] Attempt working around a GCC 5 bugBenjamin Kramer1-1/+1
2022-02-01[mlir][LLVM] Add support for operand_attrs to InlineAsmOpNicolas Vasilache4-4/+85
2022-02-01[MLIR] Extract division representation from equality expressions.Prashant Kumar5-38/+155
2022-02-01[MLIR][arith] Mark addf/mulf as commutativeChristian Sigg6-18/+39
2022-02-01[mlir][ods] Unify Attr/TypeDef and Operation Format ParsingMogball6-1122/+1106
2022-01-31[mlir] Add isa/dyn_cast support for dialect interfacesRiver Riddle7-21/+62
2022-01-31[mlir:Standard][NFC] Remove the dead Arithmetic op classes from Ops.tdRiver Riddle1-105/+0
2022-01-31Remove `mutable` and stray commentSanjoy Das1-3/+1
2022-01-31[async] Get the number of worker threads from the runtime.bakhtiyar9-15/+153
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das67-209/+188
2022-01-31[MLIR][arith] More float op foldersChristian Sigg6-65/+281
2022-01-31Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead."Alexander Belyaev33-188/+741
2022-01-31[mlir] Purge `linalg.copy` and use `memref.copy` instead.Alexander Belyaev33-741/+188
2022-02-01[mlir][bufferize][NFC] Move vector BufferizableOpInterface impl to vector dia...Matthias Springer9-56/+41
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer70-286/+372
2022-01-31Add missing include to mlir/Target/LLVMIR/Import.h to be standalone (NFC)Mehdi Amini2-2/+4
2022-01-31Support affine.load/store ops in fold-memref-subview-ops passUday Bondhugula2-15/+39
2022-01-31[MLIR][NFC] Update SCF pass cmd line names to prefix scfUday Bondhugula13-27/+23
2022-01-30[mlir] Silence warnings when building with MSVCAlexandre Ganea6-13/+15
2022-01-30Replace OwningModuleRef with OwningOpRef<ModuleOp>Sanjoy Das36-115/+122
2022-01-31[mlir][bufferize] Clean up remaining references to `tensor-constant-bufferize`Matthias Springer4-6/+6
2022-01-30Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)Mehdi Amini1-1/+1
2022-01-30Apply clang-tidy fixes for performance-move-const-arg in TestLinalgCodegenStr...Mehdi Amini1-4/+3
2022-01-30Apply clang-tidy fixes for readability-identifier-naming in TosaOps.cpp (NFC)Mehdi Amini1-8/+7
2022-01-30Apply clang-tidy fixes for readability-identifier-naming in PolynomialApproxi...Mehdi Amini1-24/+22
2022-01-30Apply clang-tidy fixes for performance-for-range-copy in SCFInterfaceImpl.cpp...Mehdi Amini1-2/+2
2022-01-30Apply clang-tidy fixes for modernize-use-equals-default in BufferizableOpInte...Mehdi Amini1-1/+1
2022-01-30Apply clang-tidy fixes for readability-identifier-naming in AsyncToLLVM.cpp (...Mehdi Amini1-2/+2
2022-01-30[mlir][linalg][bufferize] Fix insertion point InitTensorEliminationMatthias Springer3-6/+162
2022-01-30[mlir][bufferize][NFC] Move std BufferizableOpInterfaceImpl to std dialectMatthias Springer12-101/+46
2022-01-30[mlir][bufferize][NFC] Move scf BufferizableOpInterface impl to scf dialectMatthias Springer8-85/+67
2022-01-30[mlir][bufferize] Merge tensor-constant-bufferize into arith-bufferizeMatthias Springer36-269/+210
2022-01-28Delete dead codeSanjoy Das1-6/+0
2022-01-28[mlir][sparse] Adding standard pipeline for tests.wren romano33-285/+242
2022-01-28[MLIR][GPU] Add missing #include to SerializeToHsaco.cppKrzysztof Drewniak1-0/+1
2022-01-28[MLIR] Factor out common parts of the TLike constraintKrzysztof Drewniak1-23/+20
2022-01-28[mlir] Fix build after 83d59e05b201Alexandre Ganea1-1/+2
2022-01-28[mlir][sparse][pytaco] enable dimension ordering syntaxAart Bik1-4/+1
2022-01-28Add vector.scan opharsh9-0/+497