summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir
AgeCommit message (Expand)Author
2024-06-05[mlir][python]Python Bindings for select edit operations on Block arguments (...Sandeep Dasgupta
2024-05-22[mlir][python] Add bindings for mlirDenseElementsAttrGet (#91389)pranavm-nvidia
2024-04-18[mlir][python] Fix PyOperationBase::walk not catching exception in python cal...tomnatan30
2024-04-17[mlir][python] Add `walk` method to PyOperationBase (#87962)Hideto Ueno
2024-02-21[MLIR][Python] Use ir.Value directly instead of _SubClassValueT (#82341)Sergei Lebedev
2024-02-14[MLIR][Python] Added a base class to all builtin floating point types (#81720)Sergei Lebedev
2024-02-08[MLIR][Python] Add method for getting the live operation objects (#78663)John Demme
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao
2024-01-17[mlir][arith] Add overflow flags support to arith ops (#78376)Jacques Pienaar
2024-01-12Revert "[mlir][arith] Add overflow flags support to arith ops (#77211)"Ivan Butygin
2024-01-10[mlir][arith] Add overflow flags support to arith ops (#77211)Ivan Butygin
2023-12-21Revert "[mlir][python] Make the Context/Operation capsule creation methods wo...Alex Zinenko
2023-12-20[mlir][python] Make the Context/Operation capsule creation methods work as do...Stella Laurenzo
2023-11-27[mlir][python] add type wrappers (#71218)Maksim Levental
2023-11-13[mlir][py] Overload print with state. (#72064)Jacques Pienaar
2023-11-07[mlir][python] value casting (#69644)Maksim Levental
2023-11-06[mlir] fix broken python testAlex Zinenko
2023-11-06[mlir] support scalable vectors in python bindings (#71050)Oleksandr "Alex" Zinenko
2023-11-03[mlir][python] remove various caching mechanisms (#70831)Maksim Levental
2023-10-30[mlir][python] fix `replace=True` for `register_operation` and `register_type...Maksim Levental
2023-10-18[mlir][python] Expose `PyInsertionPoint`'s reference operation (#69082)Tomás Longeri
2023-10-10[mlir] Make overloads of SymbolTable::replaceAllSymbolUses consistent. (#68320)Ingo Müller
2023-09-25[mlir][py] Enable AsmState overload for operation.Jacques Pienaar
2023-09-20[mlir][python] Expose AsmState python side. (#66819)Jacques Pienaar
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo
2023-09-01[mlir][python] Remove __str__ from bindings of StringAttr.Ingo Müller
2023-08-29[mlir][python] Add __{bool,float,int,str}__ to bindings of attributes.Ingo Müller
2023-08-28[mlir][python] Make DenseBoolArrayAttr.get work with list of bools.Ingo Müller
2023-08-11add `owner` to OpResultsList. this is useful for when the list is empty and a...max
2023-07-26add set_type to ir.Valuemax
2023-07-14[MLIR:Python] Make DenseElementsAttr.get() only request a buffer format if no...Peter Hawkins
2023-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek
2023-07-05Add SymbolRefAttr to python bindingsmax
2023-06-07[MLIR][python bindings] TypeCasters for Attributesmax
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-24[mlir][python] Hook up PyRegionList.__iter__ to PyRegionIteratorRahul Kayaith
2023-05-24[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-22[MLIR][python bindings] Expose TypeIDs in pythonmax
2023-05-09Revert "[mlir][python] Allow specifying block arg locations"Rahul Kayaith
2023-05-09[mlir][python] Allow specifying block arg locationsRahul Kayaith
2023-05-08[MLIR][python bindings] Add `PyValue.print_as_operand` (`Value::printAsOperand`)max
2023-05-03[MLIR][python bindings] Add support for DenseElementsAttr of IndexTypemax
2023-04-30[mlir][bytecode] Return error instead of min versionJacques Pienaar
2023-04-29[mlir][bytecode] Allow client to specify a desired version.Jacques Pienaar
2023-04-26[MLIR][python bindings] Reimplement `replace_all_uses_with` on `PyValue`max
2023-04-25Revert "[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`"max
2023-04-24[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`max
2023-04-13Use `bytes`, not `str`, to return C++ strings to Python.Chris Jones