aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)AuthorFilesLines
4 days[mlir][x86vector] Python bindings for x86vector dialect (#179958)Adam Siemieniuk5-0/+55
8 days[MLIR][Python] Support region in python-defined dialects (#179086)Twice1-16/+52
2026-01-26[mlir][python] Add `cluster_size` to `gpu.launch_func` python binding (#177811)Ivan Butygin1-0/+11
2026-01-25[MLIR][Python] Add a DSL for defining dialects in Python bindings (#169045)Twice2-0/+472
2026-01-19[mlir][linalg] Extend linalg.pack and linalg.unpack to accept memref (#167675)Ryutaro Okada1-1/+6
2026-01-10[MLIR][Python] Register `OpAttributeMap` as `Mapping` for `match` compatibili...MaPePeR1-1/+2
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental3-96/+48
2026-01-05[mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (#174...Maksim Levental1-5/+6
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental1-3/+3
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental1-10/+12
2026-01-03[MLIR][Python] Register Containers as Sequences for `match` compatibility (#1...MaPePeR1-0/+13
2026-01-01[mlir][linalg] Reject unsigned pooling on non-integer element types (#166070)Akimasa Watanuki1-6/+12
2025-12-28[MLIR][Python] Ensure `_Dialect` is imported for all dialects (#173729)Twice25-0/+25
2025-12-20[MLIR][Python] Update the scf.if interface to be consistent with affine.if (#...Hongzheng Chen1-5/+7
2025-12-19[MLIR][Python] remove pybind11 support (#172581)Maksim Levental3-56/+19
2025-12-16[mlir][amdgpu] Add Python bindings for TDM types (#172309)Tim Gymnich2-0/+16
2025-12-14[MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#172228)Rolf Morel2-2/+51
2025-12-14Revert "[MLIR][Transform][Python] transform.foreach wrapper and .owner OpView...Mehdi Amini2-51/+2
2025-12-14[MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#171544)Rolf Morel2-2/+51
2025-12-11[MLIR][Python] Fix AffineIfOp insertion point (#171957)Hongzheng Chen1-1/+1
2025-12-05[python] Fix loc_tracebacks() (#170831)James Molloy1-1/+2
2025-11-30[mlir][linalg] Restrict fill initial value type to output element type (#169567)Jakub Kuderski1-4/+4
2025-11-22[MLIR][Python] remove PyYAML as a dep (#169145)Maksim Levental2-25/+43
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä1-0/+8
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental1-19/+12
2025-11-18[MLIR][Python] Add arg_attrs and res_attrs to gpu func (#168475)Asher Mancinelli1-2/+4
2025-11-15[MLIR][Transform][Python] Expose applying named_sequences as a method (#168223)Rolf Morel1-0/+20
2025-11-12[MLIR][XeGPU][TransformOps] Add convert_layout op (#167342)Tuomas Kärnä1-1/+146
2025-11-12[MLIR][XeGPU][TransformOps] Add insert_prefetch op (#167356)Tuomas Kärnä1-0/+43
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli1-0/+4
2025-11-11[MLIR][Python] Add wrappers for scf.index_switch (#167458)Asher Mancinelli1-0/+75
2025-11-11[MLIR][XeGPU][TransformOps] Add set_gpu_launch_threads op (#166865)Tuomas Kärnä1-0/+36
2025-11-10[MLIR][XeGPU][TransformOps] Add set_op_layout_attr op (#166854)Tuomas Kärnä1-0/+47
2025-11-10[MLIR][XeGPU][TransformOps] Add get_desc_op (#166801)Tuomas Kärnä1-0/+21
2025-11-07[MLIR][Transform][Python] Sync derived classes and their wrappers (#166871)Rolf Morel1-7/+156
2025-11-06[MLIR][XeGPU][Transform] add xegpu.set_desc_layout transform op (#165615)Tuomas Kärnä3-0/+94
2025-11-04[MLIR][Linalg][Transform] Expose more args in VectorizeChildren[...] op's Pyt...Tuomas Kärnä1-0/+4
2025-10-23[MLIR][Python] Skip stubgen while any sanitizer is enabled (#164661)Twice1-3/+10
2025-10-21[MLIR][Python] Add shard Dialect Python Bindings (#162578)Siavash Nazari3-0/+29
2025-10-20[mlir][python] Add Pythonic wrappers for gpu ops (#163883)Asher Mancinelli1-1/+183
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental1-0/+2
2025-10-18[MLIR][Transform][SMT] Allow for declarative computations in schedules (#160895)Rolf Morel1-0/+12
2025-10-16[mlir][python] Add bindings for OpenACC dialect (#163620)Asher Mancinelli3-0/+29
2025-10-16[mlir][python] Add pythonic interface for GPUFuncOp (#163596)Asher Mancinelli1-0/+146
2025-10-13[MLIR][Transform] FuseOp: accept transform params, add use_forall argument (#...Tuomas Kärnä1-14/+28
2025-10-13[MLIR][Python] Pass OpView subclasses instead of Operation in rewrite pattern...Twice1-1/+1
2025-10-07[MLIR][Python] hide globals in ir.py (#162339)Maksim Levental1-7/+7
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental3-18/+56
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental3-56/+18
2025-10-01[MLIR][Transform][Tune] Introduce `transform.tune.alternatives` op (#160724)Rolf Morel1-3/+63