aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/python
AgeCommit message (Expand)AuthorFilesLines
13 days[mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561)Maksim Levental1-2/+20
2025-07-23[mlir][python,CAPI] expose Op::isBeforeInBlock (#150271)Maksim Levental1-0/+4
2025-07-21[MLIR][AMDGPU] Use Attr for resetOffset + boundsCheck in RawBufferCastOp (#14...Stanley Winata1-1/+24
2025-07-18[MLIR][SCF] Add dedicated Python bindings for ForallOp (#149416)Colin De Vlieghere1-0/+20
2025-07-17[MLIR][Python] Support eliding large resource strings in PassManager (#149187)Akshay Khadse2-0/+66
2025-07-15[mlir][py] Mark all type caster `from_{cpp,python}` methods as noexcept (#143...Nicholas Junge2-4/+10
2025-07-08[MLIR][Transform] Introduce `transform.tune.knob` op (#146732)Rolf Morel1-0/+72
2025-07-07[mlir] Add `isStatic`* size check for `ShapedType`s. NFCI. (#147085)Jakub Kuderski1-0/+21
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin2-157/+0
2025-06-25[MLIR][Transform] expose transform.debug extension in Python (#145550)Rolf Morel1-0/+45
2025-06-23[mlir][python] bind block predecessors and successors (#145116)Maksim Levental1-3/+17
2025-06-16[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)Rolf Morel1-16/+42
2025-06-11[MLIR][Transform] apply_registered_op fixes: arg order & python options auto-...Rolf Morel1-5/+5
2025-06-11[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)Rolf Morel1-0/+52
2025-05-12[MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (#13...Md Asghar Ahmad Shahid1-0/+101
2025-05-12[MLIR][Linalg][Python] Improve bindings for linalg.elementwise (#139462)Rolf Morel1-0/+186
2025-04-23[MLIR][NFC] Retire let constructor for MemRef (#134788)lorenzo chelini1-1/+1
2025-04-17[MLIR][CAPI][python] expose the python binding for linalgOp.getIndexingMaps (...Bangtian Liu1-0/+49
2025-04-16[mlir][SMT] add python bindings (#135674)Maksim Levental1-0/+87
2025-04-11[mlir][python] fix value-builder generation for snake_case ops (#135302)Maksim Levental1-3/+22
2025-04-10[mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpI...Bangtian Liu1-1/+65
2025-04-09[mlir][CAPI][python] expose the python bindings for linalg::isaContractionOpI...Bangtian Liu1-0/+97
2025-04-09[mlir][python] add use_name_loc_as_prefix to value.get_name() (#135052)Maksim Levental1-0/+22
2025-04-08[mlir][IR] Add `VectorTypeElementInterface` with `!llvm.ptr` (#133455)Matthias Springer1-1/+1
2025-04-01[mlir] Expose `simplifyAffineExpr` through python api (#133926)Ivan Butygin1-0/+8
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta1-0/+49
2025-03-21[MLIR] [python] A few improvements to the Python bindings (#131686)Sergei Lebedev1-3/+19
2025-03-16[mlir] Expose `AffineExpr.shift_dims/shift_symbols` through C and Python bind...Ivan Butygin1-0/+11
2025-03-10[mlir] Better Python diagnostics (#128581)Nikhil Kalra4-0/+37
2025-03-10[MLIR][py] Add PyThreadPool as wrapper around MlirLlvmThreadPool in MLIR pyth...vfdev1-0/+23
2025-03-10[mlir][CAPI][python] bind CallSiteLoc, FileLineColRange, FusedLoc, NameLoc (#...Maksim Levental1-43/+131
2025-03-04[mlir][py] Plumb OpPrintingFlags::printNameLocAsPrefix() through the C/Python...Jacques Pienaar1-0/+2
2025-02-24[mlir] Python: write bytecode to a file path (#127118)Nikhil Kalra1-0/+7
2025-02-20[mlir][python] fix linalg.pack/unpack (#127729)Maksim Levental1-0/+40
2025-02-19[MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (#127614)Md Asghar Ahmad Shahid1-0/+100
2025-02-12[mlir] Python: Parse ModuleOp from file path (#126572)Nikhil Kalra1-0/+19
2025-02-11[mlir][target][nvvm] Perf by stage and store into properties (#126178)Zichen Lu1-1/+1
2025-02-10[MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python API (#126377)Rolf Morel1-0/+210
2025-02-10Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)Mehdi Amini1-20/+0
2025-02-05[mlir] Python: Parse ModuleOp from file path (#125736)Nikhil Kalra1-0/+20
2025-02-05[mlir] Python: Extend print large elements limit to resources (#125738)Nikhil Kalra1-2/+14
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre3-0/+12
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre3-12/+0
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre3-0/+12
2025-01-28[mlir][python] implement GenericOp bindings (#124496)Maksim Levental1-1/+96
2025-01-22[mlir] Add C and Python interface for file range (#123276)Jacques Pienaar1-0/+5
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny1-2/+2
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny1-2/+2
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny1-2/+2
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny1-2/+2