summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy
AgeCommit message (Expand)Author
2023-06-06[mlir][Toy] Remove unnecessary transpose from chapter 1 exampleAndrey Portnoy
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-01-27[MLIR] Fix tensor shapes in Toy chapter 1Thomas Preud'homme
2023-01-25Exclude running MLIR tests for Toy example Ch6 and Ch7 when JIT is unavailableMehdi Amini
2022-12-15[mlir] Convert tests to check 'target=...'Paul Robinson
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-19Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it""Mehdi Amini
2021-02-19Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"Stella Stamenova
2021-02-19Fix MLIR Toy tutorial JIT example and add a test to cover itMehdi Amini
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-11-07Add Ch-7 of the toy tutorial detailing how to define new types.River Riddle
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-17Add Ch.6 of the Toy tutorial.River 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-16Add support for inlining toy call operations.River Riddle
2019-10-16Update Chapter 4 of the Toy tutorialSana Damani
2019-10-16Update comments in ast.toyJacques Pienaar
2019-10-15Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani
2019-10-14Merge Ch3 of the Toy tutorial into chapter 2.River Riddle
2019-10-11Emit LLVM IR equivalent of sizeof when lowering alloc operationsAlex Zinenko
2019-08-27Update Ch.2 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-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
2019-04-07 Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner
2019-04-05 NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...River Riddle
2019-04-05 Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini
2019-04-03 Fix Toy Ch3 testing with CMakeMehdi Amini
2019-04-03 Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini
2019-04-02 Chapter 2 of the Toy tutorialMehdi Amini
2019-04-02 Initial version for chapter 1 of the Toy tutorialMehdi Amini