summaryrefslogtreecommitdiff
path: root/mlir/docs/Tutorials/Toy
AgeCommit message (Expand)Author
2025-09-29[mlir][doc] Fix typo in Ch6 tutorial: 'toy.cpp' → 'toyc.cpp' (NFC) (#161245)Joseph Bak
2025-08-17[mlir][doc] fixup code block (#153977)Erik Davis
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-25[mlir][NFC] update `mlir/examples` create APIs (31/n) (#150652)Maksim Levental
2025-05-22[mlir] Explain required attrs for CallOpInterface in Toy (NFC) (#141018)Joshua James Venter
2025-04-14[mlir] Remove deprecated cast member functions (#135556)Jakub Kuderski
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-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-04-05Fix a few broken links (#87098)mlevesquedion
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-06-06[mlir][Toy] Remove unnecessary transpose from chapter 1 exampleAndrey Portnoy
2023-05-08[mlir][CallOpInterface] Add `setCalleeFromCallable` methodWhitney Tsang
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-04-02[mlir][doc] rename MemRefDataFlowOpt -> AffineScalarReplacementJoshua Cao
2023-03-22[mlir] Argument and result attribute handling during inlining.Tobias Gysi
2023-02-12[docs] Make consistent between MLIR tutorial doc and example codeHsiangkai Wang
2023-02-01[mlir] Require explicit casts when using TypedValueRahul Kayaith
2023-01-27[MLIR] Fix tensor shapes in Toy chapter 1Thomas Preud'homme
2023-01-25[mlir][Pass] Make PassManager default to op-agnosticrkayaith
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2023-01-11[mlir] Add a new fold API using Generic AdaptorsMarkus Böck
2022-12-06[mlir] [docs] Broken link in MLIR Toy docsWheest
2022-12-02[mlir][docs] Group the docs for defining dialect componentsRiver Riddle
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu
2022-07-18Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions"Mehdi Amini
2022-07-18[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-03-01[mlir][NFC] Remove several dead references to the old standard dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-07[mlir] Update Toy operations to use the `hasCustomAssemblyFormat` fieldRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-02-02[mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier`River Riddle
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle
2021-10-18[mlir][docs] Fix name of get arith->LLVM patterns in docsMogball
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-08-25[mlir][docs] A friendlier improvement for the Toy tutorial chapter 4.Chenggang Zhao
2021-07-13[MLIR] Fix documentation of the `ExecutionEngine` in the toy tutorial exampleFrederik Gossen