summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch5/codegen.toy
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-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle
2019-10-21NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle
2019-10-16Add Ch.5 of the toy tutorial.River Riddle
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-04-08 Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini