summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch4
AgeCommit message (Expand)Author
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox
2020-03-03[mlir][Tutorial] Make parsing an empty file print a better error.Matthias Kramm
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2020-01-27[mlir] Replace toy::DeadFunctionEliminationPass with symbolDCEPass.River Riddle
2019-11-27Fixed typo in Toy tutorial (second var e -> var f)Aart Bik
2019-10-21Cleanup and rewrite Ch-4.md.River Riddle
2019-10-21NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle
2019-10-20NFC: Fix typo : Retur -> ReturnRiver Riddle
2019-10-16Add Ch.5 of the toy tutorial.River Riddle
2019-10-16Add support for inlining toy call operations.River Riddle
2019-10-16Update Chapter 4 of the Toy tutorialSana Damani
2019-06-25Change the attribute dictionary syntax to separate name and value with '='.River Riddle
2019-06-25Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle
2019-06-19Update the Parser to support parsing/printing DenseElementAttrs with a splat ...River Riddle
2019-06-01 Remove the Toy/* file path from the location check lines. This assumes a ...River Riddle
2019-04-07 Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner
2019-04-05 Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini