summaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)Author
2025-09-16[MLIR][Python] Add docstring for generated python op classes (#158198)Twice
2025-09-15[MLIR][Python] fix generated value builder type hints (#158449)Maksim Levental
2025-09-15[MLIR][Python] restore `liveModuleMap` (#158506)Maksim Levental
2025-09-11[mlir][vector] Add vector.to_elements unrolling (#157142)Erick Ochoa Lopez
2025-09-09[MLIR][Python] Add the ability to signal pass failures in python-defined pass...Twice
2025-09-08[MLIR][Python] Support Python-defined passes in MLIR (#156000)Twice
2025-09-08[MLIR][Python] Add a python function to apply patterns with MlirOperation (#1...Twice
2025-09-06[CMake] add `SKIP` to `add_lit_testsuites` (#157176)Maksim Levental
2025-09-05[MLIR][Python] bind InsertionPointAfter (#157156)Maksim Levental
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-09-03Fix `python/ir/auto_location.py` test on Windows (#156711)Anatoly Myachev
2025-09-02[MLIR][Python] fix operation hashing (#156514)Maksim Levental
2025-09-01[MLIR][Python] remove `liveOperations` (#155114)Maksim Levental
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-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-25[mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561)Maksim Levental
2025-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental
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-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse
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] 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] bind block predecessors and successors (#145116)Maksim Levental
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
2025-05-12[MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (#13...Md Asghar Ahmad Shahid
2025-05-12[MLIR][Linalg][Python] Improve bindings for linalg.elementwise (#139462)Rolf Morel
2025-04-23[MLIR][NFC] Retire let constructor for MemRef (#134788)lorenzo chelini
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental
2025-04-11[mlir][python] fix value-builder generation for snake_case ops (#135302)Maksim Levental
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental
2025-04-08[mlir][IR] Add `VectorTypeElementInterface` with `!llvm.ptr` (#133455)Matthias Springer
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin
2025-03-10[mlir] Better Python diagnostics (#128581)Nikhil Kalra
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev