summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/MainModule.cpp
AgeCommit message (Expand)Author
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