aboutsummaryrefslogtreecommitdiff
path: root/mlir/cmake/modules
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[MLIR][Python] Remove partial LLVM APIs in python bindings (6/6) (#180986)RattataKing1-1/+4
2026-02-10Extending UniformQuantizedType with interface-based support for new storage t...Roman-Pevnyi1-0/+9
2026-01-12[mlir][Python] don't build libnanobind if module only has "pure" sources (#17...Maksim Levental1-7/+21
2026-01-08[mlir][python] Fail fast when nanobind is missing for Python bindings (#174649)Hideto Ueno1-4/+2
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental1-31/+190
2026-01-04[mlir][Python] Bump MLIR Python minimum version to 3.10 (#163499)Maksim Levental1-3/+4
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 Levental2-130/+73
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 Levental2-70/+148
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental2-148/+70
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 Levental2-19/+104
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-27[mlir] Consistently add TableGen generated files as deps to `mlir-headers`/`m...Bryan Tan1-5/+17
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-08-16[mlir][python] handle more undefined symbols not covered by nanobind (#153861)Maksim Levental1-1/+6
2025-08-14[mlir][cmake] Fix mlir target export (#153341)Boyana Norris1-1/+1
2025-08-07[mlir][cmake] Fix MLIR shared library installation (#152195)Boyana Norris1-20/+24
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari1-53/+55
2025-07-11[mlir][cmake] Fix missing entries in `tablegen_compile_commands.yml` (#147516)Markus Böck1-0/+1
2025-07-04[MLIR][IRDL][CMake] CMake fixes for cross-compilation (#145672)arthurqiu1-1/+1
2025-06-23[mlir][py] Don't use a CMake iteration to find nanobind target to suppress wa...Jacques Pienaar1-27/+22
2025-05-25[MLIR][IRDL] Added IRDL to C++ Translation (#141248)Ivan Ho3-0/+16
2025-05-02Revert "[MLIR][IRDL] Added IRDL to C++ Translation" (#138285)Théo Degioanni3-16/+0
2025-05-02[MLIR][IRDL] Added IRDL to C++ Translation (#133982)Ivan Ho3-0/+16
2025-04-26Reland "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman1-12/+18
2025-04-26Revert "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman1-13/+12
2025-04-25[CMake] Do not set CMP0116 explicitly to old (#90385)Aiden Grossman1-12/+13
2025-02-24[mlir] NFC: fix typos and improve commentary regarding generation of MLIRConf...Christopher Bate1-11/+43
2025-02-18Fix for issue #126162: warn for inconsistent Python search options (#126329)Dmitry Babokin1-0/+15
2025-02-11[mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_DIR (#125842)Nikita Popov1-4/+0
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-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny1-1/+3
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny1-3/+1
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny1-1/+3
2025-01-21[mlir][python][cmake] Remove unsupported argument from AddMLIRPython. (#123858)Scott Todd1-2/+1
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny1-3/+1
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny1-1/+3
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 Levental2-10/+12