aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples
AgeCommit message (Expand)AuthorFilesLines
2023-10-02[mlir] run buffer deallocation in transform tutorial (#67978)Oleksandr "Alex" Zinenko1-0/+13
2023-09-26[mlir] cleanup of structured.tile* transform ops (#67320)Oleksandr "Alex" Zinenko6-18/+18
2023-09-25[mlir] add transform tutorial chapter for Halide conv mapping (#66386)Oleksandr "Alex" Zinenko1-0/+393
2023-06-06[mlir][Toy] Remove unnecessary transpose from chapter 1 exampleAndrey Portnoy1-8/+6
2023-05-30[mlir] add initial chapters of the transform dialect tutorialAlex Zinenko9-0/+624
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta4-12/+7
2023-04-17[MLIR] Patch StandalonePlugin CMake for MacOSmax1-2/+2
2023-01-27[MLIR] Fix tensor shapes in Toy chapter 1Thomas Preud'homme1-6/+6
2023-01-25Exclude running MLIR tests for Toy example Ch6 and Ch7 when JIT is unavailableMehdi Amini2-0/+10
2022-12-15[mlir] Convert tests to check 'target=...'Paul Robinson3-3/+3
2022-09-20[mlir][standalone] Specify python path when configuringrkayaith1-1/+2
2022-06-05[mlir] Tunnel LLVM_USE_LINKER through to the standalone example build.Stella Laurenzo2-1/+6
2022-04-07[mlir][CSE] Remove duplicated operations with MemRead side-effectValentin Clement3-6/+3
2022-03-15[mlir][toy] Define a FuncOp operation in toy and drop the dependence on FuncOpRiver Riddle38-61/+61
2021-11-14Re-apply "[mlir] Allow out-of-tree python building from installed MLIR."Stella Laurenzo2-3/+6
2021-11-12Revert "[mlir] Allow out-of-tree python building from installed MLIR."Mehdi Amini1-3/+1
2021-11-11[mlir] Allow out-of-tree python building from installed MLIR.Stella Laurenzo1-1/+3
2021-10-13[mlir] Ability to build CAPI dylibs from out of tree projects against install...Stella Laurenzo1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball3-42/+42
2021-10-02Fix/disable more MLIR tests exposing leaks in ASAN builds (NFC)Mehdi Amini1-0/+5
2021-06-02[MLIR] Fix Standalone dialect test to work in out-of-tree buildsKrzysztof Drewniak2-1/+3
2021-05-25[Toy] Update tests to pass with top-down canonicalize pass. NFCChris Lattner3-36/+36
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross3-30/+30
2021-03-08Forward the `LLVM_ENABLE_LIBCXX` CMake parameter to the mlir standalone testMehdi Amini2-1/+2
2021-02-19Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it""Mehdi Amini2-0/+12
2021-02-19Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"Stella Stamenova2-10/+0
2021-02-19Fix MLIR Toy tutorial JIT example and add a test to cover itMehdi Amini2-0/+10
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev3-30/+30
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross3-30/+30
2020-11-09[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in...Rahul Joshi9-15/+10
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer1-1/+0
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer1-0/+1
2020-06-05[lit] Improve naming of test result categoriesJulian Lettner1-1/+1
2020-05-29[mlir] Add test to check if standalone dialect is registeredMarius Brehler1-1/+1
2020-05-28[mlir] Extend standalone example by standalone-translateMarius Brehler1-2/+2
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi8-16/+16
2020-05-05[MLIR] Add a tests for out of tree dialect example.Stephen Neuendorffer2-0/+7
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox3-6/+6
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox10-82/+47
2020-04-17[MLIR] Update tutorial to add missing tests and bring directory paths and cod...Lucy Fox10-0/+205
2020-03-03[mlir][Tutorial] Make parsing an empty file print a better error.Matthias Kramm7-0/+22
2020-02-21[mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.River Riddle23-220/+219
2020-01-27[mlir] Replace toy::DeadFunctionEliminationPass with symbolDCEPass.River Riddle5-5/+10
2019-11-27Fixed typo in Toy tutorial (second var e -> var f)Aart Bik7-14/+14
2019-11-07Add Ch-7 of the toy tutorial detailing how to define new types.River Riddle10-0/+369
2019-10-21Cleanup and rewrite Ch-4.md.River Riddle3-15/+9
2019-10-21NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle14-131/+149
2019-10-20NFC: Fix typo : Retur -> ReturnRiver Riddle6-6/+6
2019-10-17NFC: Delete the Linalg tutorial.River Riddle1-169/+0
2019-10-17Add Ch.6 of the Toy tutorial.River Riddle7-0/+246