summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRModule.cpp
AgeCommit message (Expand)Author
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
2023-11-20[mlir][python] remove eager loading of dialect module (for type and value cas...Maksim Levental
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental
2023-10-30[mlir][python] fix `replace=True` for `register_operation` and `register_type...Maksim Levental
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental
2023-08-23[mlir][python bindings] generate all the enumsmax
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-23[MLIR][python bindings] use pybind C++ APIs for throwing python errors.max
2023-03-01[mlir][python] Remove "Raw" OpView classesRahul Kayaith
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-27[mlir][py] Fix negative cached value in attribute builderJacques Pienaar
2022-12-21Revert "Revert "[mlir][py] Enable building ops with raw inputs""Jacques Pienaar
2022-12-21Revert "[mlir][py] Enable building ops with raw inputs"Jacques Pienaar
2022-12-21[mlir][py] Enable building ops with raw inputsJacques Pienaar
2022-12-06[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-01-03Remove misused RAII gil_scoped_release/gil_scoped_acquire: without name they ...Mehdi Amini
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo
2021-04-29[mlir] Split out Python bindings entry point into a separate fileAlex Zinenko