summaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)Author
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar
2025-02-24[mlir] Python: write bytecode to a file path (#127118)Nikhil Kalra
2025-02-20[mlir][python] fix linalg.pack/unpack (#127729)Maksim Levental
2025-02-19[MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (#127614)Md Asghar Ahmad Shahid
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra
2025-02-11[mlir][target][nvvm] Perf by stage and store into properties (#126178)Zichen Lu
2025-02-10[MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python API (#126377)Rolf Morel
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra
2025-02-05[mlir] Python: Extend print large elements limit to resources (#125738)Nikhil Kalra
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre
2025-01-28[mlir][python] implement GenericOp bindings (#124496)Maksim Levental
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2025-01-17[MLIR][test] Fixup for checking for ml_dtypes (#123240)Konrad Kleine
2025-01-15[MLIR][test] Check for ml_dtypes before running tests (#123061)Konrad Kleine
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
2025-01-07Cosmetic fixes in the code and typos in Python bindings docs (#121791)vfdev
2025-01-03[MLIR][Python] Add structured.fuseop to python interpreter (#120601)Hugo Trachino
2025-01-02[mlir][py] Enable loading only specified dialects during creation. (#121421)Jacques Pienaar
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-12-20[mlir][Arith] Remove `arith-to-llvm` from `func-to-llvm` (#120548)Matthias Springer
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-12-11[mlir][emitc] Add support for C-API/python binding to EmitC dialect (#119476)Eliud de León
2024-12-09Revert "Revert "[mlir python] Add nanobind support (#119232)Maksim Levental
2024-12-05[MLIR][Python] enhance python ir printing with pringing flags (#117836)Yuanqiang Liu
2024-12-03Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)Maksim Levental
2024-12-03[mlir python] Add nanobind support for standalone dialects. (#117922)Peter Hawkins
2024-12-02[mlir,python] Fix case when `FuncOp.arg_attrs` is not set (#117188)Perry Gibson
2024-11-23[MLIR][Python] Add the `--mlir-print-ir-tree-dir` to the C and Python API (#1...Mehdi Amini
2024-11-19[mlir,python] Expose replaceAllUsesExcept to Python bindings (#115850)Perry Gibson
2024-11-19[mlir][Bindings] Fix missing return value of functions and incorrect type hin...annuasd
2024-11-19[mlir][python] Add `T.tf32` and missing tests for `tf32` (#116725)Matthias Springer
2024-11-18[mlir][Affine] Let affine.[de]linearize_index omit outer bounds (#116103)Krzysztof Drewniak
2024-11-15[MLIR][Transform] Consolidate result of structured.split into one list (#111171)Jinyun (Joey) Ye
2024-11-13[MLIR][Python] Python binding support for AffineIfOp (#108323)Amy Wang
2024-11-13[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen