summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch5
AgeCommit message (Expand)Author
2022-04-07[mlir][CSE] Remove duplicated operations with MemRead side-effectValentin Clement
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-05-25[Toy] Update tests to pass with top-down canonicalize pass. NFCChris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
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-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-16Fix invalid transpose in example and add proper verification.River Riddle
2019-10-16Add Ch.5 of the toy tutorial.River Riddle
2019-10-11Emit LLVM IR equivalent of sizeof when lowering alloc operationsAlex Zinenko
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-08 Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini