aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/IRAttributes.cpp
AgeCommit message (Expand)AuthorFilesLines
6 days[mlir][python] fix PyDenseResourceElementsAttribute finalizer (#150561)Maksim Levental1-3/+10
2025-07-07[mlir] Use `llvm::fill` instead of `std::fill`(NFC) (#146889)Longsheng Mou1-1/+1
2025-01-29Reapply "[mlir][python] allow DenseIntElementsAttr for index type (#118947)" ...Matthias Gehre1-2/+8
2025-01-28[MLIR] Fix thread safety of the deleter in PyDenseResourceElementsAttribute (...Fabian Tschopp1-0/+3
2025-01-28Revert "[mlir][python] allow DenseIntElementsAttr for index type (#118947)"Matthias Gehre1-8/+2
2025-01-28[mlir][python] allow DenseIntElementsAttr for index type (#118947)Matthias Gehre1-2/+8
2025-01-21[mlir][NFC] Avoid using braced initializer lists to call a constructor. (#123...Han-Chung Wang1-1/+1
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins1-7/+1
2024-12-18[mlir python] Port Python core code to nanobind. (#120473)Peter Hawkins1-235/+446
2024-12-18Revert "[mlir python] Port Python core code to nanobind. (#118583)"Jacques Pienaar1-437/+235
2024-12-18[mlir python] Port Python core code to nanobind. (#118583)Peter Hawkins1-235/+437
2024-11-25[mlir] Adjust code flagged by ClangTidyPerformance (NFC).Adrian Kuegel1-2/+2
2024-11-13[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen1-95/+195
2024-11-05Revert "[MLIR,Python] Support converting boolean numpy arrays to and from mli...Dmitri Gribenko1-181/+97
2024-11-02[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen1-97/+181
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE19941-2/+2
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE19941-2/+2
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE19941-2/+2
2024-09-11[MLIR][Python] Python binding support for IntegerSet attribute (#107640)Amy Wang1-1/+21
2024-07-01[MLIR][Python] add value attr for PyAffineMapAttribute (#97254)Bimo1-0/+2
2024-05-22[mlir][python] Add bindings for mlirDenseElementsAttrGet (#91389)pranavm-nvidia1-0/+77
2023-11-18Apply clang-tidy fixes for performance-unnecessary-value-param in IRAttribute...Mehdi Amini1-1/+1
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo1-0/+103
2023-09-01[mlir][python] Remove __str__ from bindings of StringAttr.Ingo Müller1-10/+7
2023-08-29[mlir][python] Add __{bool,float,int,str}__ to bindings of attributes.Ingo Müller1-28/+32
2023-08-28[mlir][python] Make DenseBoolArrayAttr.get work with list of bools.Ingo Müller1-7/+18
2023-07-14[MLIR:Python] Make DenseElementsAttr.get() only request a buffer format if no...Peter Hawkins1-82/+93
2023-07-10[mlir][python] Downcast attributes in more placesRahul Kayaith1-13/+9
2023-07-05Add SymbolRefAttr to python bindingsmax1-2/+62
2023-06-07[MLIR][python bindings] TypeCasters for Attributesmax1-0/+78
2023-05-26[MLIR][python bindings] Add TypeCaster for returning refined types from pytho...max1-2/+2
2023-05-23[MLIR][python bindings] use pybind C++ APIs for throwing python errors.max1-16/+11
2023-05-03[MLIR][python bindings] Add support for DenseElementsAttr of IndexTypemax1-0/+4
2023-04-17[mlir] Remove unused using llvm::Twine declaration (NFC).Adrian Kuegel1-1/+0
2023-04-13Use `bytes`, not `str`, to return C++ strings to Python.Chris Jones1-2/+9
2023-03-30[mlir][python] Support buffer protocol for splat dense attributesRahul Kayaith1-14/+10
2023-03-21Support retrieving the splat value from DenseElementsAttrs in PythonAdam Paszke1-0/+10
2023-03-08Make it possible to create DenseElementsAttrs with arbitrary shaped types in ...Adam Paszke1-2/+11
2023-03-07[mlir][python] Capture error diagnostics in exceptionsRahul Kayaith1-8/+3
2023-01-14[mlir] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+4
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-10-04[mlir] Add fully dynamic constructor to StridedLayoutAttr bindingsDenys Shabalin1-0/+13
2022-09-29[mlir] Add Python bindings for StridedLayoutAttrDenys Shabalin1-0/+41
2022-08-29Apply clang-tidy fixes for performance-unnecessary-value-param in IRAttribute...Mehdi Amini1-2/+2
2022-08-15[mlir][python] Fix build on windowsJeff Niu1-24/+14
2022-08-12[mlir][python] add a todo to replace throw in dense array iteratorJeff Niu1-3/+2
2022-08-12[mlir][python] Add python bindings for DenseArrayAttrJeff Niu1-0/+171
2022-03-11[MLIR][python binding] Add OpaqueAttribute to python binding.Yun Long1-0/+38
2022-02-24[mlir][python] Support more types in IntegerAttr.valuerkayaith1-2/+7