summaryrefslogtreecommitdiff
path: root/mlir/cmake/modules/AddMLIRPython.cmake
AgeCommit message (Expand)Author
2025-08-14Adding find_package for pybindusers/zyin/fix-pybind11-findpackagejerryyin
2025-06-23[mlir][py] Don't use a CMake iteration to find nanobind target to suppress wa...Jacques Pienaar
2025-02-05[MLIR] Fix nanobind linker args on macOS (#125733)Nikhil Kalra
2025-01-23[mlir][python][cmake] Allow skipping nanobind compile options changes. (#123997)Scott Todd
2025-01-21[mlir][python][cmake] Remove unsupported argument from AddMLIRPython. (#123858)Scott Todd
2025-01-16[mlir][python][cmake] Allows for specifying `NB_DOMAIN` in `add_mlir_python_e...erwei-xilinx
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev
2025-01-12Revert "Added free-threading CPython mode support in MLIR Python bindings (#1...Jacques Pienaar
2025-01-12Added free-threading CPython mode support in MLIR Python bindings (#107103)vfdev
2025-01-03[mlir][python] declare `_PyClassMethod_New` undefined at link time (#121597)Maksim Levental
2024-12-24[mlir][python] Support `CLANG_CL` (#121075)Maksim Levental
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
2024-12-09Revert "Revert "[mlir python] Add nanobind support (#119232)Maksim Levental
2024-12-03Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)Maksim Levental
2024-12-03[mlir python] Add nanobind support for standalone dialects. (#117922)Peter Hawkins
2024-07-02[mlir] Make MLIR Python sources idempotent (#97167)Brendan Duke
2024-06-19[MLIR][Python] fix mlir python cmake script (#95939)Bimo
2023-08-23[mlir][python bindings] generate all the enumsmax
2023-07-18[mlir][python] Add install target for MLIR Python sources.Jack Wolfard
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith
2023-01-06[mlir][py] Fix python modules build with clang-cl due to requiring exceptionsMarkus Böck
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-07-09Restore Python install behavior from before D128230.Stella Laurenzo
2022-07-04Fix MLIR Python CMake bug causing duplicate sources target.Stella Laurenzo
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova
2022-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko
2022-05-09[mlir] Fix python bindings build on Windows in DebugStella Stamenova
2022-05-09[mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo
2021-08-16[MLIR] [Python] Fix out-of-tree Windows python bindingsJohn Demme
2021-07-30[MLIR][python] Disable SONAME on extensions.Stella Laurenzo
2021-07-29[MLIR][Python] Use DEST_PREFIX when installing.Stella Laurenzo
2021-07-29[MLIR][python] Export CAPI headers.Stella Laurenzo
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo
2021-07-20Remove libMLIRPublicAPI DSO.Stella Laurenzo
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo