summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra
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-06[MLIR][Linalg] Introduce broadcast/transpose semantic to batch_matmul (#122275)Md Asghar Ahmad Shahid
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra
2025-01-28[mlir][python] implement GenericOp bindings (#124496)Maksim Levental
2025-01-24[mlir:python] Compute get_op_result_or_value in PyOpView's constructor. (#123...Peter Hawkins
2025-01-22[mlir:python] Small optimization to get_op_result_or_results. (#123866)Peter Hawkins
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-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-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-25[mlir][py] Enable disabling loading all registered (#117643)Jacques Pienaar
2024-11-23[mlir][python] Update minimal version of pybind11 to 2.10. (#117314)Ingo Müller
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-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-11[mlir][python] Make types in register_(dialect|operation) more narrow. (#115307)Ingo Müller
2024-11-08[mlir][linalg] Add Grouped Convolution Ops: conv_2d_nhwgc_gfhwc and conv_2d_n...stefankoncarevic
2024-11-07[MLIR][Linalg] Re-land linalg.matmul move to ODS. + Remove/update failing obs...Md Asghar Ahmad Shahid
2024-10-31[mlir][python] Raise maximum allowed version (#114050)Marius Brehler
2024-10-19[mlir][linalg] Add quantized conv2d operator with FCHW,NCHW order (#107740)Felix Schneider
2024-10-15[mlir][td] Rename pack_paddings in structured.pad (#111036)Andrzej Warzyński
2024-10-11Revert "[mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (...Emilio Cota
2024-10-10[mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (#104783)Md Asghar Ahmad Shahid
2024-10-04[MLIR] Add f8E8M0FNU type (#111028)Sergey Kozub
2024-10-01[MLIR][Python] Add `encoding` argument to `tensor.empty` Python function (#11...Mateusz Sokół
2024-10-01A few tweaks to the MLIR .pyi files (#110488)Sergei Lebedev
2024-09-24[MLIR] Add f4E2M1FN type (#108877)Sergey Kozub
2024-09-18[MLIR] [Python] align python ir printing with mlir-print-ir-after-all (#107522)Bimo
2024-09-16[MLIR] Add f6E2M3FN type (#107999)Sergey Kozub
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang
2024-09-10[MLIR] Add f6E3M2FN type (#105573)Sergey Kozub
2024-09-05[MLIR][Python] Fix detached operation coming from `IfOp` constructor (#107286)Matt Hofmann
2024-08-31[mlir][python] Fix how the mlir variadic Python accessor `_ods_equally_sized_...Kasper Nielsen
2024-08-26[MLIR][Python] add f8E5M2 and tests for np_to_memref (#106028)PhrygianGates
2024-08-25[mlir] NFC: add missing 'FloatType' to core Python stub file (#105554)Christopher Bate
2024-08-20[MLIR][Python] remove unused init python file (#104890)Bimo