summaryrefslogtreecommitdiff
path: root/mlir/python
AgeCommit message (Expand)Author
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental
2024-04-17[mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (#88855)Guray Ozen
2024-04-17[mlir] expose transform dialect symbol merge to python (#87690)Oleksandr "Alex" Zinenko
2024-04-01[mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora
2024-03-20[mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas
2024-03-07Reapply "[mlir][py] better support for arith.constant construction" (#84142)Oleksandr "Alex" Zinenko
2024-03-05Revert "[mlir][py] better support for arith.constant construction" (#84103)Mehdi Amini
2024-03-05[mlir][py] better support for arith.constant construction (#83259)Oleksandr "Alex" Zinenko
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko
2024-02-14[mlir][python] expose LLVMStructType API (#81672)Oleksandr "Alex" Zinenko
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev
2024-02-12[MLIR][Python] Add missing peel_front argument to LoopPeelOp's extension clas...Rolf Morel
2024-02-08[MLIR][Python] Add method for getting the live operation objects (#78663)John Demme
2024-01-30[mlir][python] enable memref.subview (#79393)Maksim Levental
2024-01-27Fix unsigned typos (#76670)Rageking8
2024-01-18[mlir][transform] Add transform.get_operand op (#78397)Quinn Dawkins
2024-01-15[MLIR][transform][python] Introduce abstractions for handles to values and pa...martin-luecke
2024-01-06[mlir][python] add MemRefTypeAttr attr builder (#76371)Maksim Levental
2024-01-04Slightly improved ir.pyi type annotations (#76728)Sergei Lebedev
2024-01-02[mlir][spirv] Add support for C-API/python binding to SPIR-V dialect (#76055)Jungwook Park
2023-12-21[mlir][python] meta region_op (#75673)Maksim Levental
2023-12-20[mlir][python] move transform extras (#76102)Maksim Levental
2023-12-15[MLIR][transform][python] add sugared python abstractions for transform diale...martin-luecke
2023-12-11[mlir][python] update type stubs (#75099)Maksim Levental
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental
2023-12-07[mlir] Fix missing cmake dependency causing non-deterministic build failure (...Mehdi Amini
2023-12-06[mlir:python] Fail immediately if importing an initializer module raises Impo...Peter Hawkins
2023-12-05[mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider
2023-11-27[mlir][python] enable registering dialects with the default `Context` (#72488)Maksim Levental
2023-11-27[mlir][python] add type wrappers (#71218)Maksim Levental
2023-11-16[mlir][python] reformat transform ext (#71136)Maksim Levental
2023-11-15[mlir][python] NFC - Expose LoopExtensionOps to SCFLoopTransformOps.tdNicolas Vasilache
2023-11-13[mlir][python] fix `scf.for_` convenience builder (#72170)Maksim Levental
2023-11-11[mlir][python] Allow contexts to be created with a custom thread pool. (#72042)Stella Laurenzo
2023-11-08[mlir][python] Add support for arg_attrs and other attrs to NamedSequenceOpNicolas Vasilache
2023-11-08[mlir][python] Reland - Add sugared builder for transform.named_sequenceNicolas Vasilache
2023-11-08Revert "[mlir][python]Add sugared buider for transform.named_sequence (#71597)"Nicolas Vasilache
2023-11-08[mlir][python]Add sugared buider for transform.named_sequence (#71597)Nicolas Vasilache
2023-11-07[mlir][python] factor out pure python core sources (#71592)Maksim Levental
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental
2023-10-31[mlir][python] fix python_test dialect and I32/I64ElementsBuilder (#70871)Maksim Levental
2023-10-31[mlir][python] Fix possible use of variable use before setMehdi Amini
2023-10-31[mlir][SCF] Use `transform.get_parent_op` instead of `transform.loop.get_pare...Matthias Springer
2023-10-30[mlir][python] Register LLVM translations in the RegisterEverything for pytho...Jungwook Park
2023-10-25Add missing `linalg.batch_vecmat` named op (#70218)bjacob
2023-10-20[mlir][linalg] regionBuilder for transpose, broadcast (#69742)Maksim Levental
2023-10-19[mlir][python] simplify extensions (#69642)Maksim Levental