aboutsummaryrefslogtreecommitdiff
path: root/mlir/cmake/modules/AddMLIRPython.cmake
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[mlir][Python] don't build libnanobind if module only has "pure" sources (#17...Maksim Levental1-7/+21
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental1-31/+190
2026-01-02[mlir][python] fix symbol resolution on MacOS with multiple packages (#174057)Maksim Levental1-0/+6
2025-12-19[MLIR][Python] remove pybind11 support (#172581)Maksim Levental1-57/+40
2025-11-06[MLIR][Python] Update Nanobind Warnings List for clang-cl on WindowsAiden Grossman1-2/+2
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental1-55/+72
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental1-72/+55
2025-09-30[MLIR][Python] Fix stubgen/PYTHONPATH collision/bug (#161307)Maksim Levental1-1/+24
2025-09-23[MLIR][Python] quiet stubgen (#160368)Maksim Levental1-2/+8
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental1-18/+103
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko1-107/+20
2025-09-09[MLIR][Python] move generated type stubs to build directory (#157697)Maksim Levental1-3/+4
2025-09-08[MLIR][Python] fix stubgen (#157583)Maksim Levental1-11/+26
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental1-20/+91
2025-08-16[mlir][python] handle more undefined symbols not covered by nanobind (#153861)Maksim Levental1-1/+6
2025-06-23[mlir][py] Don't use a CMake iteration to find nanobind target to suppress wa...Jacques Pienaar1-27/+22
2025-02-05[MLIR] Fix nanobind linker args on macOS (#125733)Nikhil Kalra1-1/+1
2025-01-23[mlir][python][cmake] Allow skipping nanobind compile options changes. (#123997)Scott Todd1-2/+5
2025-01-21[mlir][python][cmake] Remove unsupported argument from AddMLIRPython. (#123858)Scott Todd1-2/+1
2025-01-16[mlir][python][cmake] Allows for specifying `NB_DOMAIN` in `add_mlir_python_e...erwei-xilinx1-1/+1
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev1-1/+20
2025-01-12Revert "Added free-threading CPython mode support in MLIR Python bindings (#1...Jacques Pienaar1-20/+1
2025-01-12Added free-threading CPython mode support in MLIR Python bindings (#107103)vfdev1-1/+20
2025-01-03[mlir][python] declare `_PyClassMethod_New` undefined at link time (#121597)Maksim Levental1-0/+7
2024-12-24[mlir][python] Support `CLANG_CL` (#121075)Maksim Levental1-9/+11
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins1-0/+12
2024-12-09Revert "Revert "[mlir python] Add nanobind support (#119232)Maksim Levental1-6/+21
2024-12-03Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)Maksim Levental1-21/+6
2024-12-03[mlir python] Add nanobind support for standalone dialects. (#117922)Peter Hawkins1-6/+21
2024-07-02[mlir] Make MLIR Python sources idempotent (#97167)Brendan Duke1-6/+11
2024-06-19[MLIR][Python] fix mlir python cmake script (#95939)Bimo1-2/+2
2023-08-23[mlir][python bindings] generate all the enumsmax1-6/+38
2023-07-18[mlir][python] Add install target for MLIR Python sources.Jack Wolfard1-3/+4
2023-07-18[mlir][python] Remove PythonAttr mapping functionalityRahul Kayaith1-0/+5
2023-01-06[mlir][py] Fix python modules build with clang-cl due to requiring exceptionsMarkus Böck1-9/+7
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-6/+2
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-2/+6
2022-07-09Restore Python install behavior from before D128230.Stella Laurenzo1-8/+14
2022-07-04Fix MLIR Python CMake bug causing duplicate sources target.Stella Laurenzo1-1/+1
2022-06-28[mlir] Leverage CMake interface libraries for mlir pythonStella Stamenova1-110/+149
2022-05-30[mlir] provide Python bindings for the Transform dialectAlex Zinenko1-0/+55
2022-05-09[mlir] Fix python bindings build on Windows in DebugStella Stamenova1-0/+13
2022-05-09[mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova1-8/+13
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo1-30/+118
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini1-124/+30
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo1-30/+124
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo1-21/+4
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-53/+1
2021-09-03[mlir][python] Simplify python extension loading.Stella Laurenzo1-0/+3
2021-08-16[MLIR] [Python] Fix out-of-tree Windows python bindingsJohn Demme1-0/+1