aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Bindings
AgeCommit message (Expand)AuthorFilesLines
2026-01-10[mlir][Python] add docs about downstream type/attr implementation (#175259)Maksim Levental1-12/+59
2026-01-08[MLIR][docs] Clarify Python version support status (#174949)Twice1-1/+1
2026-01-05[mlir][Python] fix NV examples after #172892 (#174481)Maksim Levental1-2/+2
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental1-0/+7
2026-01-02[mlir][python] fix symbol resolution on MacOS with multiple packages (#174057)Maksim Levental1-0/+12
2025-10-25[mlir][docs] Migrate code examples to nanobind, make Python spelling … (#16...Nicholas Junge1-33/+51
2025-10-13[MLIR][Docs] Move back the "other functionality" section in bindings (#163129)Twice1-11/+13
2025-10-13[MLIR][Docs] Add a section for Python-defined dialects, passes and rewrite pa...Twice1-0/+53
2025-10-11[MLIR][Docs] Add docs for Python-defined pass in Python bindings (#162833)Twice1-0/+20
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental1-13/+23
2025-07-04[mlir][docs][python] Fix up testing docs (#147092)Jakub Kuderski1-2/+5
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev1-0/+40
2025-01-12Revert "Added free-threading CPython mode support in MLIR Python bindings (#1...Jacques Pienaar1-40/+0
2025-01-12Added free-threading CPython mode support in MLIR Python bindings (#107103)vfdev1-0/+40
2025-01-07Cosmetic fixes in the code and typos in Python bindings docs (#121791)vfdev1-3/+3
2024-12-09Revert "Revert "[mlir python] Add nanobind support (#119232)Maksim Levental1-8/+12
2024-12-03Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)Maksim Levental1-12/+8
2024-12-03[mlir python] Add nanobind support for standalone dialects. (#117922)Peter Hawkins1-8/+12
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental1-2/+3
2023-10-19[mlir][python] remove mixins (#68853)Maksim Levental1-69/+58
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith1-9/+4
2022-12-21Revert "Revert "[mlir][py] Enable building ops with raw inputs""Jacques Pienaar1-0/+28
2022-12-21Revert "[mlir][py] Enable building ops with raw inputs"Jacques Pienaar1-28/+0
2022-12-21[mlir][py] Enable building ops with raw inputsJacques Pienaar1-0/+28
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu1-2/+1
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-1/+1
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-3/+3
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-5/+5
2022-02-24[mlir] Document creation of Python bindings for a dialectAlex Zinenko1-0/+97
2022-01-13[mlir] Fix reference to out of date CMake functionDenys Shabalin1-1/+1
2021-10-29[mlir][docs] Fix obvious spelling mistakes in documentationMarkus Böck1-5/+5
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko1-0/+62
2021-10-13[mlir] Fix typos in the Python bindings docAlex Zinenko1-3/+3
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko1-2/+16
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-151/+152
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-8/+0
2021-10-11[mlir] add user-level documentation for Python bindingsAlex Zinenko1-1/+430
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo1-3/+9
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula1-2/+2
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo1-2/+2
2021-03-29NFC: Update MLIR python bindings docs to install deps via requirements.txt.Stella Laurenzo1-4/+12
2021-03-25[mlir][python] Add docs for op class extension mechanism.Stella Laurenzo1-1/+88
2021-03-08[mlir][python] Reorganize MLIR python into namespace packages.Stella Laurenzo1-17/+30
2021-01-24[mlir][Python] Roll up of python API fixes.Stella Laurenzo1-6/+11
2021-01-19[mlir][python] Factor out standalone OpView._ods_build_default class method.Stella Laurenzo1-3/+18
2021-01-18NFC: Document current MLIR Python ODS conventions.Stella Laurenzo1-0/+90
2021-01-18[NFC] Update some mlir python documentation.Stella Laurenzo1-49/+35
2020-11-22[mlir][Python] Support finding pybind11 from the python environment.Stella Laurenzo1-2/+3
2020-11-18[mlir] Get array from the dense elements attribute with buffer protocol.zhanghb971-1/+1
2020-11-01NFC: Wrap lines in Python.md.Stella Laurenzo1-23/+67