summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2025-11-22[MLIR][Python] remove PyYAML as a dep (#169145)Maksim Levental
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental
2025-11-18[MLIR][Python] Add arg_attrs and res_attrs to gpu func (#168475)Asher Mancinelli
2025-11-15[MLIR][Transform][Python] Expose applying named_sequences as a method (#168223)Rolf Morel
2025-11-12[MLIR][XeGPU][TransformOps] Add convert_layout op (#167342)Tuomas Kärnä
2025-11-12[MLIR][XeGPU][TransformOps] Add insert_prefetch op (#167356)Tuomas Kärnä
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli
2025-11-11[MLIR][Python] Add wrappers for scf.index_switch (#167458)Asher Mancinelli
2025-11-11[MLIR][XeGPU][TransformOps] Add set_gpu_launch_threads op (#166865)Tuomas Kärnä
2025-11-10[MLIR][XeGPU][TransformOps] Add set_op_layout_attr op (#166854)Tuomas Kärnä
2025-11-10[MLIR][XeGPU][TransformOps] Add get_desc_op (#166801)Tuomas Kärnä
2025-11-07[MLIR][Transform][Python] Sync derived classes and their wrappers (#166871)Rolf Morel
2025-11-06[MLIR][XeGPU][Transform] add xegpu.set_desc_layout transform op (#165615)Tuomas Kärnä
2025-11-04[MLIR][Linalg][Transform] Expose more args in VectorizeChildren[...] op's Pyt...Tuomas Kärnä
2025-10-23[MLIR][Python] Skip stubgen while any sanitizer is enabled (#164661)Twice
2025-10-21[MLIR][Python] Add shard Dialect Python Bindings (#162578)Siavash Nazari
2025-10-20[mlir][python] Add Pythonic wrappers for gpu ops (#163883)Asher Mancinelli
2025-10-20[MLIR][Python] expose translate_module_to_llvmir (#163881)Maksim Levental
2025-10-18[MLIR][Transform][SMT] Allow for declarative computations in schedules (#160895)Rolf Morel
2025-10-16[mlir][python] Add bindings for OpenACC dialect (#163620)Asher Mancinelli
2025-10-16[mlir][python] Add pythonic interface for GPUFuncOp (#163596)Asher Mancinelli
2025-10-13[MLIR][Transform] FuseOp: accept transform params, add use_forall argument (#...Tuomas Kärnä
2025-10-13[MLIR][Python] Pass OpView subclasses instead of Operation in rewrite pattern...Twice
2025-10-07[MLIR][Python] hide globals in ir.py (#162339)Maksim Levental
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental
2025-10-01[MLIR][Transform][Tune] Introduce `transform.tune.alternatives` op (#160724)Rolf Morel
2025-10-01[mlir][transform] Add PromoteTensorOp (#158318)Hendrik_Klug
2025-09-25[MLIR][Python] don't generate type stubs when cross-compiling (#160793)Maksim Levental
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-19[MLIR][Python] Add python bindings for IRDL dialect (#158488)Twice
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko
2025-09-09[MLIR] [Python] Added a context manager for enabling traceback-based location...Sergei Lebedev
2025-09-08[MLIR][Python] fix stubgen (#157583)Maksim Levental
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental
2025-09-05[mlir][python] UB dialect python bindings (#157127)Ivan Butygin
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-12[mlir][python] automatic location inference (#151246)Maksim Levental
2025-08-11[mlir][python] expose isAttached (#153045)Maksim Levental
2025-08-08[MLIR][Linalg] Remove matmul_transpose variants (#147961)Renato Golin
2025-07-18[MLIR][SCF] Add dedicated Python bindings for ForallOp (#149416)Colin De Vlieghere
2025-07-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse
2025-07-11[mlir] Fix TransformTuneExtensionOps.td include guardsChristian Sigg
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2025-06-25[MLIR][Transform] expose transform.debug extension in Python (#145550)Rolf Morel
2025-06-23[mlir][python] add `MLIR_BINDINGS_PYTHON_INSTALL_PREFIX` to make bindings ins...Maksim Levental