summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects
AgeCommit message (Expand)Author
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä
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-15[MLIR][Python] Add tests for nvvm barrier ops (#167976)Asher Mancinelli
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed
2025-11-13[MLIR] [Python] `ir.Value` is now generic in the type of the value it holds (...Sergei Lebedev
2025-11-12[MLIR][XeGPU][TransformOps] Add convert_layout op (#167342)Tuomas Kärnä
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu
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-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] Fix lit run line for openacc test (#163797)Asher Mancinelli
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-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-09-25[MLIR][Python] fix python_test.py to not use `is` for type hint (#160718)Maksim Levental
2025-09-23[MLIR][Python] use nb::typed for return signatures (#160221)Maksim Levental
2025-09-23[mlir][vector] Refine Vector to LLVM lowering options (#159553)Andrzej Warzyński
2025-09-21[MLIR][Transform][SMT] Introduce transform.smt.constrain_params (#159450)Rolf Morel
2025-09-18[MLIR][Python] add type hints for accessors (#158455)Maksim Levental
2025-09-19[MLIR][Python] Add python bindings for IRDL dialect (#158488)Twice
2025-09-15[MLIR][Python] fix generated value builder type hints (#158449)Maksim Levental
2025-09-11[mlir][vector] Add vector.to_elements unrolling (#157142)Erick Ochoa Lopez
2025-09-05[mlir][python] UB dialect python bindings (#157127)Ivan Butygin
2025-09-04[MLIR][Python] Add optional `results` parameter for building op with inferabl...Twice
2025-08-21[MLIR][NVVM] Improve inline_ptx, add readwrite support (#154358)Guray Ozen
2025-08-18[mlir][vector] Support multi-dimensional vectors in VectorFromElementsLowerin...Yang Bai
2025-08-08[MLIR][Linalg] Remove matmul_transpose variants (#147961)Renato Golin
2025-07-21[MLIR][AMDGPU] Use Attr for resetOffset + boundsCheck in RawBufferCastOp (#14...Stanley Winata
2025-07-18[MLIR][SCF] Add dedicated Python bindings for ForallOp (#149416)Colin De Vlieghere
2025-07-15[mlir][py] Mark all type caster `from_{cpp,python}` methods as noexcept (#143...Nicholas Junge
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel
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-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