aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials
AgeCommit message (Expand)AuthorFilesLines
2025-12-19[mlir] [docs] fix toy readme (#172262)hellozmz1-2/+2
2025-10-04[mlir][docs] Fix typo: 'DDR' → 'DRR' in Creating a Dialect tutorial (#161967)Joseph Bak1-1/+1
2025-09-29[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)Joseph Bak1-1/+1
2025-09-12Fix MLIR Transform Tutorial Doc (#155285)Brandon Kirincich1-1/+1
2025-08-17[mlir][doc] fixup code block (#153977)Erik Davis1-1/+1
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero1-10/+10
2025-07-27[mlir][toy] Update dialect conversion example (#150826)Matthias Springer1-37/+20
2025-07-27[MLIR] Update MLIR tutorial to use LDBG() macro (#150763)Mehdi Amini1-1/+1
2025-07-26[mlir][doc] Fix transform dialect tutorial ch3 (#150456)lonely eagle1-1/+15
2025-07-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental6-9/+9
2025-07-24[MLIR] Improve tutorial to make it clear that `walk()` is visiting the root o...Mehdi Amini1-1/+1
2025-07-18[mlir][transform] Fix ch2 and additional documentation (#148407)lonely eagle1-14/+16
2025-07-14[mlir][transform] Fix transform dialect tutorial chapter 1 (#147983)lonely eagle1-18/+25
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin4-34/+34
2025-05-30[mlir][Value] Add getNumUses, hasNUses, and hasNUsesOrMore to Value (#142084)Michael Maitland1-7/+3
2025-05-22[mlir] Explain required attrs for CallOpInterface in Toy (NFC) (#141018)Joshua James Venter1-1/+14
2025-05-13[mlir][NFC] Fix the MLIR example format to conform to SSA form.yanming1-1/+1
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski5-11/+10
2025-03-07[mlir][IR] Deprecate `match` and `rewrite` functions (#130031)Matthias Springer1-19/+0
2025-02-04[mlir][doc][tutorials] Remove docs and code discrepancies (#125422)AidinT1-7/+14
2025-01-06[mlir] Update Ch-2.md (#121379)Vishakh Prakash1-1/+1
2024-09-20[mlir] Fix disagreement between document and test(NFC) (#109257)csstormq1-4/+5
2024-08-01Add a tutorial on mlir-opt (#96105)Jeremy Kun1-0/+294
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra3-7/+7
2024-07-01[mlir][docs] Fix mistakes in data flow analysis code example (#97286)Matthias Springer1-6/+9
2024-04-24[MLIR][Doc] Fix NamedAttribute API in code sample (NFC)Mehdi Amini1-2/+2
2024-04-22[mlir] fix latex formulas in the tutorialOleksandr "Alex" Zinenko1-4/+5
2024-04-05Fix a few broken links (#87098)mlevesquedion2-2/+2
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko1-2/+2
2024-02-21[mlir][docs] Fix broken docs (#82308)Kohei Yamaguchi1-0/+4
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion1-1/+1
2024-02-09[mlir] update transform dialect tutorials (#81199)Oleksandr "Alex" Zinenko4-265/+298
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko2-9/+9
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko2-0/+582
2024-01-04[mlir][TD] Fix the order of return handles (#76929)Andrzej Warzyński1-8/+8
2024-01-04[mlir][docs] Update TD tutorial - Ch0 (#76858)Andrzej Warzyński1-8/+8
2024-01-03[mlir][docs] Capitalize "Transform" in "transform dialect" (#76840)Andrzej Warzyński5-15/+15
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini1-1/+1
2023-10-02[mlir] run buffer deallocation in transform tutorial (#67978)Oleksandr "Alex" Zinenko1-0/+14
2023-09-26[mlir] cleanup of structured.tile* transform ops (#67320)Oleksandr "Alex" Zinenko3-23/+23
2023-09-25[mlir] add transform tutorial chapter for Halide conv mapping (#66386)Oleksandr "Alex" Zinenko2-0/+692
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart1-16/+0
2023-08-11[mlir] Update mlir/docs/Tutorials/UnderstandingTheIRStructure.md (NFC)Jie Fu1-2/+2
2023-07-10[mlir][transform][tutorial] Fix typo in inline code snippet. (NFC)Ingo Müller1-1/+1
2023-07-10[mlir][transform][tutorial] Make snippets of Ch1 run.Ingo Müller1-41/+55
2023-07-07[mlir][doc][transform] Fix link to documentation in tutorial. (NFC)Ingo Müller1-1/+1
2023-06-28[mlir][doc] Fix broken docsKohei Yamaguchi2-2/+2
2023-06-24[mlir] Replace HTML escaped characterKai Sasaki1-1/+1
2023-06-20[mlir][transform] Add TransformRewriterMatthias Springer3-39/+64
2023-06-06[mlir][Toy] Remove unnecessary transpose from chapter 1 exampleAndrey Portnoy1-9/+7