summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials
AgeCommit message (Expand)Author
2025-10-04[mlir][docs] Fix typo: 'DDR' → 'DRR' in Creating a Dialect tutorial (#161967)Joseph Bak
2025-09-29[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)Joseph Bak
2025-09-12Fix MLIR Transform Tutorial Doc (#155285)Brandon Kirincich
2025-08-17[mlir][doc] fixup code block (#153977)Erik Davis
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero
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-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-24[MLIR] Improve tutorial to make it clear that `walk()` is visiting the root o...Mehdi Amini
2025-07-18[mlir][transform] Fix ch2 and additional documentation (#148407)lonely eagle
2025-07-14[mlir][transform] Fix transform dialect tutorial chapter 1 (#147983)lonely eagle
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2025-05-30[mlir][Value] Add getNumUses, hasNUses, and hasNUsesOrMore to Value (#142084)Michael Maitland
2025-05-22[mlir] Explain required attrs for CallOpInterface in Toy (NFC) (#141018)Joshua James Venter
2025-05-13[mlir][NFC] Fix the MLIR example format to conform to SSA form.yanming
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
2025-03-07[mlir][IR] Deprecate `match` and `rewrite` functions (#130031)Matthias Springer
2025-02-04[mlir][doc][tutorials] Remove docs and code discrepancies (#125422)AidinT
2025-01-06[mlir] Update Ch-2.md (#121379)Vishakh Prakash
2024-09-20[mlir] Fix disagreement between document and test(NFC) (#109257)csstormq
2024-08-01Add a tutorial on mlir-opt (#96105)Jeremy Kun
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-07-01[mlir][docs] Fix mistakes in data flow analysis code example (#97286)Matthias Springer
2024-04-24[MLIR][Doc] Fix NamedAttribute API in code sample (NFC)Mehdi Amini
2024-04-22[mlir] fix latex formulas in the tutorialOleksandr "Alex" Zinenko
2024-04-05Fix a few broken links (#87098)mlevesquedion
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-02-21[mlir][docs] Fix broken docs (#82308)Kohei Yamaguchi
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion
2024-02-09[mlir] update transform dialect tutorials (#81199)Oleksandr "Alex" Zinenko
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko
2024-01-04[mlir][TD] Fix the order of return handles (#76929)Andrzej Warzyński
2024-01-04[mlir][docs] Update TD tutorial - Ch0 (#76858)Andrzej Warzyński
2024-01-03[mlir][docs] Capitalize "Transform" in "transform dialect" (#76840)Andrzej Warzyński
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini
2023-10-02[mlir] run buffer deallocation in transform tutorial (#67978)Oleksandr "Alex" Zinenko
2023-09-26[mlir] cleanup of structured.tile* transform ops (#67320)Oleksandr "Alex" Zinenko
2023-09-25[mlir] add transform tutorial chapter for Halide conv mapping (#66386)Oleksandr "Alex" Zinenko
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-08-11[mlir] Update mlir/docs/Tutorials/UnderstandingTheIRStructure.md (NFC)Jie Fu
2023-07-10[mlir][transform][tutorial] Fix typo in inline code snippet. (NFC)Ingo Müller
2023-07-10[mlir][transform][tutorial] Make snippets of Ch1 run.Ingo Müller
2023-07-07[mlir][doc][transform] Fix link to documentation in tutorial. (NFC)Ingo Müller
2023-06-28[mlir][doc] Fix broken docsKohei Yamaguchi
2023-06-24[mlir] Replace HTML escaped characterKai Sasaki
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer
2023-06-06[mlir][Toy] Remove unnecessary transpose from chapter 1 exampleAndrey Portnoy
2023-05-31[mlir] fix documentation includesAlex Zinenko