summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRInterfaces.cpp
AgeCommit message (Expand)Author
2025-09-23[MLIR][Python] use nb::typed for return signatures (#160221)Maksim Levental
2025-09-22[MLIR][Python] remove nb::typed to fix bazel build (#160183)Maksim Levental
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-08[MLIR][Python] remove unnecessary `arg.none() = nb::none()` pattern (#157519)Maksim Levental
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-12-11[mlir][Python] Apply ClangTidy findings.Adrian Kuegel
2023-11-18Apply clang-tidy fixes for performance-unnecessary-value-param in IRInterface...Mehdi Amini
2023-11-18Apply clang-tidy fixes for misc-include-cleaner in IRInterfaces.cpp (NFC)Mehdi Amini
2023-05-26[MLIR][python bindings] Fix inferReturnTypes + AttrSizedOperandSegments for o...max
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-11[MLIR] Add InferShapedTypeOpInterface bindingsArash Taheri-Dezfouli
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-02-06[mlir][py] Fix unused varJacques Pienaar
2023-02-06[mlir][py] Fix infer return type invocation for variadicsJacques Pienaar
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-05-31[windows] Remove unused pybind exception paramsNathaniel McVicar
2022-01-02Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC)Mehdi Amini
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko