aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-01[mlir][transform] Add PromoteTensorOp (#158318)Hendrik_Klug1-6/+0
2025-09-25[MLIR][Python] don't generate type stubs when cross-compiling (#160793)Maksim Levental1-78/+87
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel4-0/+67
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental7-2905/+101
2025-09-19[MLIR][Python] Add python bindings for IRDL dialect (#158488)Twice3-0/+129
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko10-51/+3162
2025-09-09[MLIR] [Python] Added a context manager for enabling traceback-based location...Sergei Lebedev1-1/+34
2025-09-08[MLIR][Python] fix stubgen (#157583)Maksim Levental2-0/+22
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental10-3162/+29
2025-09-05[mlir][python] UB dialect python bindings (#157127)Ivan Butygin3-1/+27
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai1-0/+1
2025-08-12[mlir][python] automatic location inference (#151246)Maksim Levental1-4/+4
2025-08-11[mlir][python] expose isAttached (#153045)Maksim Levental1-0/+7
2025-08-08[MLIR][Linalg] Remove matmul_transpose variants (#147961)Renato Golin1-93/+0
2025-07-18[MLIR][SCF] Add dedicated Python bindings for ForallOp (#149416)Colin De Vlieghere1-1/+118
2025-07-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse2-0/+8
2025-07-11[mlir] Fix TransformTuneExtensionOps.td include guardsChristian Sigg1-3/+3
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel3-0/+110
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski1-0/+13
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin1-31/+0