summaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRTypes.cpp
AgeCommit message (Expand)Author
2025-10-02[MLIR][Python] fixup Context and Location stubs and NanobindAdaptors (#161433)Maksim Levental
2025-09-27[MLIR][Python] add unchecked gettors (#160954)Maksim Levental
2025-09-23[MLIR][Python] use nb::typed for return signatures (#160221)Maksim Levental
2025-09-22[MLIR][Python] restore APIs in terms of Mlir* types (#160203)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
2025-08-26[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in IRTy...Mehdi Amini
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
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-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-08-26[mlir][Python] Make `PyShapedType` public (#106105)Matthias Springer
2024-08-02[MLIR] Add f8E3M4 IEEE 754 type (#101230)Alexander Pivovarov
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental
2023-11-27[mlir][python] add type wrappers (#71218)Maksim Levental
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko
2023-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
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-05-22[MLIR][python bindings] Expose TypeIDs in pythonmax
2023-03-24Fix mlir/lib/Bindings/Python/IRTypes.cpp for Float8E4M3B11FNUZTypeDavid Majnemer
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-03[mlir][python] Expose fp8 types with pybind.Qiao Zhang
2022-12-06[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin
2022-07-07[mlir] Structured transforms: introduce op splittingAlex Zinenko
2022-06-08Add Python bindings for the OpaqueTypedime10
2021-11-29[mlir][python] Add pyi stub files to enable auto completion.Stella Laurenzo
2021-11-03[mlir][python] expose the shape property of shaped typesAlex Zinenko
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov
2021-10-14[mlir][python] Fix MemRefType IsAFunction in Python bindingsAlex Zinenko
2021-05-10[mlir][Python] Finish adding RankedTensorType support for encoding.Stella Laurenzo
2021-04-28[mlir] Move PyConcreteType to header. NFC.John Demme
2021-04-12[mlir] introduce "encoding" attribute to tensor typeAart Bik
2021-03-19NFC: Break up the mlir python bindings into individual sources.Stella Laurenzo