summaryrefslogtreecommitdiff
path: root/mlir/examples/standalone/test
AgeCommit message (Expand)Author
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-24[MLIR][Standalone] use narrow registration instead of RegisterEverything (#16...Maksim Levental
2025-09-12[MLIR] enable Standalone example test for Windows (#158183)Maksim Levental
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
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-04-17[MLIR] Patch StandalonePlugin CMake for MacOSmax
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Mehdi Amini
2023-04-06Implement Pass and Dialect plugins for mlir-optMehdi Amini
2023-04-06Revert "Implement Pass and Dialect plugins for mlir-opt"Jacques Pienaar
2023-04-06Implement Pass and Dialect plugins for mlir-optFabian Mora
2023-03-08Make mlir-opt --show-dialects option print on a single lineMehdi Amini
2023-03-01[mlir][standalone] Enable to build as LLVM external projectMarius Brehler
2023-02-17[mlir][standalone] Extend sample with custom typeMarius Brehler
2022-09-03Resubmit "[MLIR] Remove unused config attributes from lit.site.cfg.py"Christian Sigg
2022-09-02Revert "[MLIR] Remove unused config attributes from lit.site.cfg.py"Mitch Phillips
2022-09-02[MLIR] Remove unused config attributes from lit.site.cfg.pyChristian Sigg
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-05-19[mlir] Remove unused properties from the standalone example's lit configurationStella Stamenova
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-07[MLIR] Standalone: Fix copy-and-paste typo (NFC)Lorenzo Chelini
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
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-13[MLIR] Replace std ops with arith dialect opsMogball
2021-03-08Forward the `LLVM_ENABLE_LIBCXX` CMake parameter to the mlir standalone testMehdi Amini
2021-02-15[mlir] Use the interface-based translation for LLVM "intrinsic" dialectsAlex Zinenko
2021-02-11Support multi-configuration generators correctly in several config filesStella Stamenova
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-05-29[mlir] Add test to check if standalone dialect is registeredMarius Brehler
2020-05-28[mlir] Extend standalone example by standalone-translateMarius Brehler
2020-04-04[mlir] Add an out-of-tree dialect exampleJean-Michel Gorius