summaryrefslogtreecommitdiff
path: root/mlir/examples
AgeCommit message (Expand)Author
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental
2025-10-23[MLIR][Python] Skip stubgen while any sanitizer is enabled (#164661)Twice
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski
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-27[mlir] Fix typo in StandalonePasses.td doc string (#161009)Corbin Robeck
2025-09-25[MLIR][Python] don't generate type stubs when cross-compiling (#160793)Maksim Levental
2025-09-24[MLIR][Standalone] use narrow registration instead of RegisterEverything (#16...Maksim Levental
2025-09-24Reland "[MLIR][Python] add Python wheel build demo/test" (#160481) (#160488)Maksim Levental
2025-09-24Revert "[MLIR][Python] add Python wheel build demo/test" (#160481)Maksim Levental
2025-09-24[MLIR][Python] add Python wheel build demo/test (#160388)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-12[MLIR] enable Standalone example test for Windows (#158183)Maksim Levental
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental
2025-08-30[MLIR][Python] fix standalone example/test (#156197)Maksim Levental
2025-08-22[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in toy Tutorial (...Mehdi Amini
2025-08-15[MLIR] Set LLVM_LIT_ARGS in Standalone Example CMake (#152423)Aiden Grossman
2025-07-29[mlir] Reland `Move InitAll*** implementation into static library` (#151150)Ivan Butygin
2025-07-29Revert "[mlir][core] Move `InitAll***` implementation into static library." (...Mehdi Amini
2025-07-29[mlir][core] Move `InitAll***` implementation into static library. (#150805)Ivan Butygin
2025-07-27[mlir][toy] Update dialect conversion example (#150826)Matthias Springer
2025-07-27[MLIR] Update MLIR tutorial to use LDBG() macro (#150763)Mehdi Amini
2025-07-27[MLIR] Migrate some "transform dialect" source to use the standard LDBG macro...Mehdi Amini
2025-07-26[mlir][doc] Fix transform dialect tutorial ch3 (#150456)lonely eagle
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-07-03[mlir][examples] Use {} instead of std::nullopt (NFC) (#146949)Kazu Hirata
2025-07-03[mlir][toy] Use `make_early_inc_range` when erasing ops during iteration (#14...Matthias Springer
2025-06-30[mlir][examples] Fix deprecation warnings for `ArrayRef(std::nullopt)` (#146420)Jakub Kuderski
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier
2025-01-28[MLIR] Define `getArgument()` for Toy tutorial passesMehdi Amini
2025-01-25[mlir] Fix deprecated pointer union casts in toy example (#124422)Jakub Kuderski
2025-01-13Remove StandaloneExtensionPybind11.cpp FT update as does not work with python...vfdev
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata
2025-01-06[mlir][GPU] Add NVVM-specific `cf.assert` lowering (#120431)Matthias Springer
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
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-09-30Include <cstdlib> in Toy Lexer examples. (#110449)Alexey Samsonov
2024-08-14[MLIR][LLVM] Turn the inliner interface into a promised interface (#103927)Christian Ulmann
2024-08-06[mlir] Support DialectRegistry extension comparison (#101119)Nikhil Kalra
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-05-25[mlir] Revise IDE folder structure (#89749)Michael Kruse