summaryrefslogtreecommitdiff
path: root/mlir/test/python/ir/array_attributes.py
AgeCommit message (Expand)Author
2025-07-25[mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561)Maksim Levental
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-11-13[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen
2024-11-05Revert "[MLIR,Python] Support converting boolean numpy arrays to and from mli...Dmitri Gribenko
2024-11-02[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen
2024-05-22[mlir][python] Add bindings for mlirDenseElementsAttrGet (#91389)pranavm-nvidia
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo
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-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-05-03[MLIR][python bindings] Add support for DenseElementsAttr of IndexTypemax
2023-03-30[mlir][python] Support buffer protocol for splat dense attributesRahul Kayaith
2023-03-21Support retrieving the splat value from DenseElementsAttrs in PythonAdam Paszke
2021-10-07[mlir][python] Temporarily disable test for converting unsupported DenseEleme...Stella Laurenzo
2021-10-07[mlir] Extend C and Python API to support bulk loading of DenseElementsAttr.Stella Laurenzo
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo