summaryrefslogtreecommitdiff
path: root/mlir/cmake
AgeCommit message (Expand)Author
2025-11-06[MLIR][Python] Update Nanobind Warnings List for clang-cl on WindowsAiden Grossman
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental
2025-09-30[MLIR][Python] Fix stubgen/PYTHONPATH collision/bug (#161307)Maksim Levental
2025-09-23[MLIR][Python] quiet stubgen (#160368)Maksim Levental
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko
2025-09-09[MLIR][Python] move generated type stubs to build directory (#157697)Maksim Levental
2025-09-08[MLIR][Python] fix stubgen (#157583)Maksim Levental
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental
2025-08-27[mlir] Consistently add TableGen generated files as deps to `mlir-headers`/`m...Bryan Tan
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-08-16[mlir][python] handle more undefined symbols not covered by nanobind (#153861)Maksim Levental
2025-08-14[mlir][cmake] Fix mlir target export (#153341)Boyana Norris
2025-08-07[mlir][cmake] Fix MLIR shared library installation (#152195)Boyana Norris
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari
2025-07-11[mlir][cmake] Fix missing entries in `tablegen_compile_commands.yml` (#147516)Markus Böck
2025-07-04[MLIR][IRDL][CMake] CMake fixes for cross-compilation (#145672)arthurqiu
2025-06-23[mlir][py] Don't use a CMake iteration to find nanobind target to suppress wa...Jacques Pienaar
2025-05-25[MLIR][IRDL] Added IRDL to C++ Translation (#141248)Ivan Ho
2025-05-02Revert "[MLIR][IRDL] Added IRDL to C++ Translation" (#138285)Théo Degioanni
2025-05-02[MLIR][IRDL] Added IRDL to C++ Translation (#133982)Ivan Ho
2025-04-26Reland "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman
2025-04-26Revert "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman
2025-04-25[CMake] Do not set CMP0116 explicitly to old (#90385)Aiden Grossman
2025-02-24[mlir] NFC: fix typos and improve commentary regarding generation of MLIRConf...Christopher Bate
2025-02-18Fix for issue #126162: warn for inconsistent Python search options (#126329)Dmitry Babokin
2025-02-11[mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_DIR (#125842)Nikita Popov
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-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-21[mlir][python][cmake] Remove unsupported argument from AddMLIRPython. (#123858)Scott Todd
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
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-18[mlir python] Port Python core code to nanobind. (#120473)Peter Hawkins
2024-12-18Revert "[mlir python] Port Python core code to nanobind. (#118583)"Jacques Pienaar
2024-12-18[mlir python] Port Python core code to nanobind. (#118583)Peter Hawkins
2024-12-12[mlir] Add support for MLIR_LINK_MLIR_DYLIB (#119408)Nikita Popov
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