summaryrefslogtreecommitdiff
path: root/mlir/test/python/integration
AgeCommit message (Expand)Author
2025-10-05[MLIR][Python] Expose the insertion point of pattern rewriter (#161001)Twice
2025-09-25[MLIR][Python] Add bindings for PDL constraint function registering (#160520)Twice
2025-09-24[MLIR][Python] Add bindings for PDL native rewrite function registering (#159...Twice
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-11-07[MLIR][Linalg] Re-land linalg.matmul move to ODS. + Remove/update failing obs...Md Asghar Ahmad Shahid
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar
2023-12-21[mlir][python] meta region_op (#75673)Maksim Levental
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-03-01[mlir][python] Allow running pass manager on any operationrkayaith
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-11-04[mlir][python] Allow adding to existing pass managerrkayaith
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-08[mlir][OpDSL] Support pointwise ops with rank zero inputs.gysit
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-03-01[mlir][OpDSL] Add arithmetic function attributes.gysit
2022-02-25[mlir][OpDSL] Add type function attributes.gysit
2022-02-14[mlir][OpDSL] Add default value to index attributes.gysit
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-27[MLIR] Fix integration tests broken by D118285Uday Bondhugula
2021-11-15[mlir] Move min/max ops from Std to Arith.Alexander Belyaev
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-12[mlir] Clean up boolean flags usage in LIT testsVladislav Vinogradov
2021-10-06[mlir][linalg] Update OpDSL to use the newly introduced min and max ops.Tobias Gysi
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko
2021-08-16[mlir][linalg] Clear unused linalg tc operationsRobert Suderman
2021-07-29NFC: Add missing import to integration test.Stella Laurenzo
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-19[mlir][Linalg] Migrate 2D pooling ops from tc definition to yaml definition.Hanhan Wang
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-07-02[mlir][linalg][python] Add min operation in OpDSL.Tobias Gysi
2021-07-02[mlir][linalg][python] Introduce python integration test folder.Tobias Gysi