summaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch6
AgeCommit message (Expand)Author
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
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-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