summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2022-02-25[mlir][OpDSL] Add type function attributes.gysit
2022-02-14[mlir][OpDSL] Restructure comprehension.py (NFC).gysit
2022-02-14[mlir][OpDSL] Add default value to index attributes.gysit
2022-02-14[mlir][OpDSL] Consistently use the term op_def (NFC).gysit
2022-02-11[mlir][OpDSL] Add support for basic rank polymorphism.gysit
2022-02-06[mlir] Fixup python bindings after splitting cf ops from std.Stella Laurenzo
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer
2022-01-24[mlir] Fix broken __repr__ implementation in Linalg OpDSLDenys Shabalin
2022-01-21Upstream MLIR PyTACO implementation.Bixia Zheng
2022-01-19[mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko
2022-01-19[mlir] Fix PDL python bindings buildDenys Shabalin
2022-01-19[mlir] Introduce Python bindings for the PDL dialectDenys Shabalin
2022-01-15Disable the MLIR ExecutionEngine library when the native target is not config...Mehdi Amini
2022-01-11[mlir][linalg] Improve pooling op iterator order consistencyLei Zhang
2022-01-07[mlir][OpDSL] Separate `ReduceFn` and `ReduceFnUse`.gysit
2022-01-07[mlir][OpDSL] Rename `PrimFn` to `ArithFn`.gysit
2022-01-07[mlir][OpDSL] Add `TypeFn` class.gysit
2022-01-07[mlir][OpDSL] Rename `AttributeDef` to `IndexAttrDef`.gysit
2022-01-06[mlir] Split out Python bindings for dialects into separate libsAlex Zinenko
2022-01-05[mlir] Introduce Python bindings for the quantization dialectAlex Zinenko
2022-01-05[mlir] Use public PybindAdaptors in Linalg dialect bindingsAlex Zinenko
2022-01-04[mlir][python] Add bindings for diagnostic handler.Stella Laurenzo
2021-12-11[mlir][python] Add fused locationJacques Pienaar
2021-11-29[mlir][python] Audit and fix a lot of the Python pyi stubs.Stella Laurenzo
2021-11-29[mlir][python] Implement more SymbolTable methods.Stella Laurenzo
2021-11-29[mlir][python] Add pyi stub files to enable auto completion.Stella Laurenzo
2021-11-26[MLIR] NFC. Rename MLIR CAPI ExecutionEngine target for consistencyUday Bondhugula
2021-11-18[mlir][Python] Fix generation of accessors for OptionalMichal Terepeta
2021-11-17[mlir] Fix wrong variable name in Linalg OpDSLAlex Zinenko
2021-11-15[mlir] Move min/max ops from Std to Arith.Alexander Belyaev
2021-11-15[mlir][Linalg] Make depthwise convolution naming scheme consistent.Nicolas Vasilache
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-11-11[mlir][Linalg] Add 1-d depthwise conv with opdslNicolas Vasilache
2021-10-26[mlir][python] Segment MLIR Python test dialect to avoid testonly dependency.Stella Laurenzo
2021-10-26Make Python MLIR Operation not iterableMehdi Amini
2021-10-25[mlir][python] Infer result types in generated constructors whenever possibleAlex Zinenko
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko
2021-10-14[mlir][python] Fix MemRefType IsAFunction in Python bindingsAlex Zinenko
2021-10-13[mlir] fix python bindings cmakeAlex Zinenko
2021-10-13[mlir][python] Add custom constructor for memref loadAlex Zinenko
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-08[mlir][python] support taking ops instead of values in op constructorsAlex Zinenko
2021-10-07[mlir][linalg] Add unsigned min/max/cast function to OpDSL.Tobias Gysi
2021-10-06[mlir][linalg] Update OpDSL to use the newly introduced min and max ops.Tobias Gysi
2021-10-04[mlir][python] Provide more convenient constructors for std.CallOpAlex Zinenko
2021-10-04[mlir][python] Provide more convenient wrappers for std.ConstantOpAlex Zinenko
2021-09-30[mlir][python] provide bindings for ops from the sparse_tensor dialectAlex Zinenko
2021-09-30[mlir][python] provide bindings for the SCF dialectAlex Zinenko