summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2025-06-18[mlir] [python] Fixed the return type of `MemRefType.get_strides_and_offset` ...Sergei Lebedev
2025-06-16[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)Rolf Morel
2025-06-11[MLIR][Transform] apply_registered_op fixes: arg order & python options auto-...Rolf Morel
2025-06-11[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)Rolf Morel
2025-05-29assert with more information to help debug (#132194)drazi
2025-05-12[MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (#13...Md Asghar Ahmad Shahid
2025-05-12[MLIR][Linalg][Python] Improve bindings for linalg.elementwise (#139462)Rolf Morel
2025-04-22[MLIR] [python] Fixed the signature of `_OperationBase.get_asm` (#136676)Sergei Lebedev
2025-04-17[mlir][python][smt] fix DialectSMT (include NanobindUtils.h)Maksim Levental
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental
2025-04-01[NFC][mlir] Update generate script for conv_3d_ncdhw_fcdhw (#133927)Nirvedh Meshram
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev
2025-03-07[mlir][nvgpu] separate ops, types, attribute definitions in NVGPU dialect. (#...lonely eagle
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-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