summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir/attributes.py
AgeCommit message (Expand)Author
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang
2024-07-01[MLIR][Python] add value attr for PyAffineMapAttribute (#97254)Bimo
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy
2024-06-07fix(mlir/**.py): fix comparison to None (#94019)Eisuke Kawashima
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-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith
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-04-13Use `bytes`, not `str`, to return C++ strings to Python.Chris Jones
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith
2022-10-04[mlir] Add fully dynamic constructor to StridedLayoutAttr bindingsDenys Shabalin
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin
2022-08-12[mlir][python] Add python bindings for DenseArrayAttrJeff Niu
2022-07-05[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntaxRiver Riddle
2022-03-11[MLIR][python binding] Add OpaqueAttribute to python binding.Yun Long
2022-02-24[mlir][python] Support more types in IntegerAttr.valuerkayaith
2022-01-21[mlir][python] 8b/16b DenseIntElements accessRahul Kayaith
2021-11-03[mlir][python] Make Operation and Value hashablerkayaith
2021-10-29[mlir][python] Add a __contains__ method to the python bindings for Dictionar...Adrian Kuegel
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko
2021-10-04[mlir][python] Usability improvements for Python bindingsAlex Zinenko
2021-09-22[MLIR] [Python] Make Attribute and Type hashableJohn Demme
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo