aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[mlir][Python] downcast Value to BlockArgument or OpResult (#175264)Maksim Levental4-32/+48
2026-01-11[MLIR][Python] Rename `GreedyRewriteDriverConfig` to `GreedyRewriteConfig` (#...Twice1-12/+12
2026-01-10[mlir][Python] fix dialect extensions which bind C types (#175405)Maksim Levental1-23/+19
2026-01-10[MLIR][Python] Register `OpAttributeMap` as `Mapping` for `match` compatibili...MaPePeR1-0/+63
2026-01-10[MLIR][Python] Add `attr_name` for `FloatAttr` (#175306)Twice1-0/+2
2026-01-08[MLIR][Python] Add GreedyRewriteDriverConfig parameter to apply_patterns_and_...Maksim Levental1-0/+44
2026-01-07[mlir][py] ability to downcast AffineExpr after #172892 (#174808)Oleksandr "Alex" Zinenko1-0/+11
2026-01-07[MLIR][Python] Forward the name of MLIR attrs to Python side (#174756)Twice1-0/+30
2026-01-07[MLIR][Python] Forward the name of MLIR types to Python side (#174700)Twice1-0/+43
2026-01-06[MLIR][Python] Add a `.get` method to `IntegerType` (#174406)Twice1-0/+14
2026-01-05[mlir][Python] use maybeDowncast for PyType/PyAttribute returns after #174156...Maksim Levental1-0/+5
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental8-94/+94
2026-01-05[mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (#174...Maksim Levental1-104/+107
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental1-71/+58
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental2-36/+70
2026-01-03[MLIR][Python] Register Containers as Sequences for `match` compatibility (#1...MaPePeR2-4/+78
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar1-0/+98
2026-01-01[mlir][linalg] Reject unsigned pooling on non-integer element types (#166070)Akimasa Watanuki1-0/+48
2025-12-30[MLIR][Python] Refine the support of `RewritePatternSet.add` (#173874)Twice1-1/+1
2025-12-26[MLIR][Python] Add support of the walk pattern rewrite driver (#173562)Twice1-0/+16
2025-12-20[MLIR][Python] Update the scf.if interface to be consistent with affine.if (#...Hongzheng Chen1-1/+1
2025-12-19[MLIR][Python] remove pybind11 support (#172581)Maksim Levental3-141/+9
2025-12-17[MLIR][Transform] Fix transform.smt.constrain_params's verifier (#172753)Rolf Morel1-1/+1
2025-12-16[mlir][amdgpu] Add Python bindings for TDM types (#172309)Tim Gymnich1-0/+26
2025-12-14[MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#172228)Rolf Morel2-1/+53
2025-12-14Revert "[MLIR][Transform][Python] transform.foreach wrapper and .owner OpView...Mehdi Amini1-52/+0
2025-12-14[MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (#171544)Rolf Morel1-0/+52
2025-12-11[MLIR][Python] Fix AffineIfOp insertion point (#171957)Hongzheng Chen1-0/+28
2025-12-11[python] Expose replaceUsesOfWith C API (#171892)Hongzheng Chen1-0/+34
2025-12-10[mlir][py] avoid crashing on None contexts in custom `get`s (#171140)Oleksandr "Alex" Zinenko1-0/+13
2025-12-07[MLIR][ExecutionEngine] Enable PIC option (#170995)Tianqi Chen1-0/+1
2025-12-05[MLIR][Python] make Sliceable inherit from Sequence (#170551)Maksim Levental1-0/+4
2025-12-05[python] Fix loc_tracebacks() (#170831)James Molloy1-18/+13
2025-12-04[mlir][ExecutionEngine] propagate errors in mlirExecutionEngineCreate (#170592)Maksim Levental1-0/+1
2025-11-30[mlir][linalg] Restrict fill initial value type to output element type (#169567)Jakub Kuderski1-14/+12
2025-11-25[mlir][python] Propagate error diagnostics when an op couldn't be created. (#...Benjamin Chetioui1-1/+16
2025-11-24[MLIR][Python] add GetTypeID for llvm.struct_type and llvm.ptr and enable dow...Maksim Levental1-0/+6
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar1-0/+15
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä1-1/+48
2025-11-18[MLIR][Python] Add arg_attrs and res_attrs to gpu func (#168475)Asher Mancinelli1-5/+7
2025-11-15[MLIR][Transform][Python] Expose applying named_sequences as a method (#168223)Rolf Morel1-0/+14
2025-11-15[MLIR][Python] Add tests for nvvm barrier ops (#167976)Asher Mancinelli1-0/+132
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed1-5/+4
2025-11-13[MLIR] [Python] `ir.Value` is now generic in the type of the value it holds (...Sergei Lebedev1-1/+8
2025-11-12[MLIR][XeGPU][TransformOps] Add convert_layout op (#167342)Tuomas Kärnä1-5/+59
2025-11-12[mlir][linalg][python] Add Python Bindings for Inferring Contraction Dimensio...Bangtian Liu1-0/+40
2025-11-12[MLIR][XeGPU][TransformOps] Add insert_prefetch op (#167356)Tuomas Kärnä1-1/+66
2025-11-11[MLIR][Python] Add region_op wrappers for linalg (#167616)Asher Mancinelli1-1/+75
2025-11-11[MLIR][Python] Add wrappers for scf.index_switch (#167458)Asher Mancinelli2-7/+123
2025-11-11[MLIR][Python] fix PyRegionList `__iter__` (#167466)Maksim Levental1-2/+26