aboutsummaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[MLIR][python] include Rewrite.h (#95226)Maksim Levental1-0/+1
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar3-1/+14
2024-06-11Updated the annotations of Python bindings (#92733)Sergei Lebedev1-46/+72
2024-06-09[mlir][python] Fix attribute registration in ir.py (#94615)Egor Ospadov1-2/+2
2024-05-29Revert "[MLIR][Python] add ctype python binding support for bf16" (#93771)Mehdi Amini2-21/+1
2024-05-29[MLIR][Python] add ctype python binding support for bf16 (#92489)Bimo2-1/+21
2024-05-29[mlir][linalg] Add linalg.conv_2d_ngchw_gfchw_q to named ops (#92136)zjgarvey1-0/+35
2024-05-29[mlir][python] Yield results of `scf.for_` (#93610)Guray Ozen1-2/+2
2024-05-24[mlir][py] NFC: remove exception-based isa from linalg module (#92556)Oleksandr "Alex" Zinenko2-12/+3
2024-05-14[MLIR][Linalg] Ternary Op & Linalg select (#91461)Petr Kurapov3-2/+86
2024-05-13[NFC] Make NVGPU casing consistent (#91903)tyb08072-2/+2
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu1-1/+1
2024-05-04[mlir][transform] Add support for transform.param pad multiples in `PadOp` (#...srcarroll1-2/+13
2024-04-29[MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin2-0/+35
2024-04-28[MLIR][Linalg] More Linalg named ops (#90236)Renato Golin2-1/+85
2024-04-24[mlir][py] fix option passing in transform interpreter (#89922)Oleksandr "Alex" Zinenko1-1/+1
2024-04-24[mlir][python] extend LLVM bindings (#89797)Maksim Levental2-0/+9
2024-04-20[mlir][python] Fix generation of Python bindings for `async` dialect (#75960)Abhishek Kulkarni2-3/+3
2024-04-19[mlir][python] fix memref._is_constant_int_like (#89447)Maksim Levental1-1/+2
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental2-0/+14
2024-04-17[mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (#88855)Guray Ozen2-0/+14
2024-04-17[mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko1-1/+9
2024-04-01[mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora1-2/+1
2024-03-20[mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas3-0/+29
2024-03-07Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko1-2/+28
2024-03-05Revert "[mlir][py] better support for arith.constant construction" (#84103)Mehdi Amini1-21/+2
2024-03-05[mlir][py] better support for arith.constant construction (#83259)Oleksandr "Alex" Zinenko1-2/+21
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev3-10/+2
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko2-0/+52
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko2-0/+14
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev1-9/+19
2024-02-12[MLIR][Python] Add missing peel_front argument to LoopPeelOp's extension clas...Rolf Morel1-0/+6
2024-02-08[MLIR][Python] Add method for getting the live operation objects (#78663)John Demme1-0/+1
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental3-157/+316
2024-01-27Fix unsigned typos (#76670)Rageking81-1/+1
2024-01-18[mlir][transform] Add transform.get_operand op (#78397)Quinn Dawkins1-4/+3
2024-01-15[MLIR][transform][python] Introduce abstractions for handles to values and pa...martin-luecke1-0/+85
2024-01-06[mlir][python] add MemRefTypeAttr attr builder (#76371)Maksim Levental1-0/+5
2024-01-04Slightly improved ir.pyi type annotations (#76728)Sergei Lebedev1-74/+10
2024-01-02[mlir][spirv] Add support for C-API/python binding to SPIR-V dialect (#76055)Jungwook Park3-0/+26
2023-12-21[mlir][python] meta region_op (#75673)Maksim Levental10-7/+166
2023-12-20[mlir][python] move transform extras (#76102)Maksim Levental3-22/+24
2023-12-15[MLIR][transform][python] add sugared python abstractions for transform diale...martin-luecke2-0/+156
2023-12-11[mlir][python] update type stubs (#75099)Maksim Levental1-475/+2037
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental2-45/+64
2023-12-07[mlir] Fix missing cmake dependency causing non-deterministic build failure (...Mehdi Amini1-1/+2
2023-12-06[mlir:python] Fail immediately if importing an initializer module raises Impo...Peter Hawkins1-0/+1
2023-12-05[mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang1-0/+138
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider1-1/+27
2023-11-27[mlir][python] enable registering dialects with the default `Context` (#72488)Maksim Levental3-5/+20