aboutsummaryrefslogtreecommitdiff
path: root/mlir/examples
AgeCommit message (Expand)AuthorFilesLines
2026-01-07[MLIR] Add missing dialects to C API (#82190)Sergio Sánchez Ramírez3-3/+3
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental2-10/+36
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental4-0/+51
2026-01-02[mlir][python] fix symbol resolution on MacOS with multiple packages (#174057)Maksim Levental4-18/+38
2025-12-19[MLIR][Python] remove pybind11 support (#172581)Maksim Levental5-73/+1
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental1-8/+3
2025-10-23[MLIR][Python] Skip stubgen while any sanitizer is enabled (#164661)Twice1-3/+8
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski6-12/+6
2025-10-07Revert "[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pyb...Maksim Levental5-2/+75
2025-10-06[MLIR][Python] use `FetchContent_Declare` for nanobind and remove pybind (#16...Maksim Levental5-75/+2
2025-09-27[mlir] Fix typo in StandalonePasses.td doc string (#161009)Corbin Robeck1-1/+1
2025-09-25[MLIR][Python] don't generate type stubs when cross-compiling (#160793)Maksim Levental1-51/+58
2025-09-24[MLIR][Standalone] use narrow registration instead of RegisterEverything (#16...Maksim Levental6-31/+29
2025-09-24Reland "[MLIR][Python] add Python wheel build demo/test" (#160481) (#160488)Maksim Levental2-2/+71
2025-09-24Revert "[MLIR][Python] add Python wheel build demo/test" (#160481)Maksim Levental2-71/+2
2025-09-24[MLIR][Python] add Python wheel build demo/test (#160388)Maksim Levental2-2/+71
2025-09-23[MLIR][Python] quiet stubgen (#160368)Maksim Levental1-0/+1
2025-09-20[MLIR][Python] reland (narrower) type stub generation (#157930)Maksim Levental4-12/+95
2025-09-12[MLIR] enable Standalone example test for Windows (#158183)Maksim Levental5-2/+12
2025-09-10Revert stubgen-related patches (#157831)Oleksandr "Alex" Zinenko1-1/+0
2025-09-05[MLIR][Python] enable type stub auto-generation (#155741)Maksim Levental1-0/+1
2025-08-30[MLIR][Python] fix standalone example/test (#156197)Maksim Levental2-7/+12
2025-08-22[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in toy Tutorial (...Mehdi Amini14-42/+49
2025-08-15[MLIR] Set LLVM_LIT_ARGS in Standalone Example CMake (#152423)Aiden Grossman1-0/+4
2025-07-29[mlir] Reland `Move InitAll*** implementation into static library` (#151150)Ivan Butygin10-34/+27
2025-07-29Revert "[mlir][core] Move `InitAll***` implementation into static library." (...Mehdi Amini10-27/+34
2025-07-29[mlir][core] Move `InitAll***` implementation into static library. (#150805)Ivan Butygin10-34/+27
2025-07-27[mlir][toy] Update dialect conversion example (#150826)Matthias Springer5-225/+173
2025-07-27[MLIR] Update MLIR tutorial to use LDBG() macro (#150763)Mehdi Amini4-8/+8
2025-07-27[MLIR] Migrate some "transform dialect" source to use the standard LDBG macro...Mehdi Amini1-7/+4
2025-07-26[mlir][doc] Fix transform dialect tutorial ch3 (#150456)lonely eagle1-3/+3
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental21-211/+218
2025-07-03[mlir][examples] Use {} instead of std::nullopt (NFC) (#146949)Kazu Hirata6-8/+8
2025-07-03[mlir][toy] Use `make_early_inc_range` when erasing ops during iteration (#14...Matthias Springer2-2/+2
2025-06-30[mlir][examples] Fix deprecation warnings for `ArrayRef(std::nullopt)` (#146420)Jakub Kuderski6-6/+6
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski1-2/+2
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental1-14/+36
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier6-10/+30
2025-01-28[MLIR] Define `getArgument()` for Toy tutorial passesMehdi Amini9-0/+9
2025-01-25[mlir] Fix deprecated pointer union casts in toy example (#124422)Jakub Kuderski4-4/+4
2025-01-13Remove StandaloneExtensionPybind11.cpp FT update as does not work with python...vfdev1-3/+1
2025-01-13Enabled freethreading support in MLIR python bindings (#122684)vfdev1-1/+3
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata1-1/+1
2025-01-06[mlir][GPU] Add NVVM-specific `cf.assert` lowering (#120431)Matthias Springer1-0/+1
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins1-2/+1
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar1-1/+1
2024-12-09Revert "Revert "[mlir python] Add nanobind support (#119232)Maksim Levental6-9/+77
2024-12-03Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)Maksim Levental6-77/+9
2024-12-03[mlir python] Add nanobind support for standalone dialects. (#117922)Peter Hawkins6-9/+77
2024-09-30Include <cstdlib> in Toy Lexer examples. (#110449)Alexey Samsonov7-0/+7