summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/MainModule.cpp
AgeCommit message (Expand)Author
2025-10-02[MLIR][Python] fixup Context and Location stubs and NanobindAdaptors (#161433)Maksim Levental
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-09[MLIR] [Python] Added a context manager for enabling traceback-based location...Sergei Lebedev
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice
2025-08-12[mlir][python] automatic location inference (#151246)Maksim Levental
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev
2025-01-12Revert "Added free-threading CPython mode support in MLIR Python bindings (#1...Jacques Pienaar
2025-01-12Added free-threading CPython mode support in MLIR Python bindings (#107103)vfdev
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
2024-12-18[mlir python] Port Python core code to nanobind. (#120473)Peter Hawkins
2024-12-18Revert "[mlir python] Port Python core code to nanobind. (#118583)"Jacques Pienaar
2024-12-18[mlir python] Port Python core code to nanobind. (#118583)Peter Hawkins
2024-11-11[mlir][python] Make types in register_(dialect|operation) more narrow. (#115307)Ingo Müller
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-03-01[mlir][python] Remove "Raw" OpView classesRahul Kayaith
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
2021-11-29[mlir][python] Add pyi stub files to enable auto completion.Stella Laurenzo
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko
2021-08-30[mlir][python] Apply py::module_local() to all classes.Stella Laurenzo
2021-07-28Break apart the MLIR ExecutionEngine from core python module.Stella Laurenzo
2021-05-10[mlir][Python] Upstream the PybindAdaptors.h helpers and use it to implement ...Stella Laurenzo
2021-04-29[mlir] Split out Python bindings entry point into a separate fileAlex Zinenko
2021-03-31[mlir][Linalg][Python] Create the body of builtin named Linalg opsNicolas Vasilache
2021-03-19NFC: Break up the mlir python bindings into individual sources.Stella Laurenzo
2021-03-03Add basic JIT Python BindingsMehdi Amini
2020-11-10Add basic Python bindings for the PassManager and bind libTransformsMehdi Amini
2020-11-03[mlir][Python] Return and accept OpView for all functions.Stella Laurenzo
2020-10-27[mlir][Python] Custom python op view wrappers for building and traversing.Stella Laurenzo
2020-08-17Adds __str__ support to python mlir.ir.MlirModule.Stella Laurenzo
2020-08-16Initial MLIR python bindings based on the C API.zhanghb97
2020-07-09Initial boiler-plate for python bindings.Stella Laurenzo