aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-16Fix invalid transpose in example and add proper verification.River Riddle1-36/+36
2019-10-16Add Ch.5 of the toy tutorial.River Riddle10-139/+174
2019-10-16Add support for inlining toy call operations.River Riddle1-0/+30
2019-10-16Update Chapter 4 of the Toy tutorialSana Damani6-67/+21
2019-10-16Update comments in ast.toyJacques Pienaar3-84/+87
2019-10-15Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani3-23/+20
2019-10-14Merge Ch3 of the Toy tutorial into chapter 2.River Riddle2-5/+17
2019-10-11Emit LLVM IR equivalent of sizeof when lowering alloc operationsAlex Zinenko1-1/+1
2019-09-30Normalize MemRefType lowering to LLVM as strided MemRef descriptorNicolas Vasilache1-6/+6
2019-09-27Remove spurious debug spew in testsNicolas Vasilache1-1/+0
2019-09-27Promote MemRefDescriptor to a pointer to struct when passing function boundar...Nicolas Vasilache1-89/+93
2019-09-24Normalize lowering of MemRef typesNicolas Vasilache1-4/+4
2019-09-03LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko1-9/+9
2019-08-27Update Ch.2 of the Toy tutorial.River Riddle1-16/+15
2019-07-09Standardize the value numbering in the AsmPrinter.River Riddle1-11/+11
2019-06-25Change the attribute dictionary syntax to separate name and value with '='.River Riddle8-31/+31
2019-06-25Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle7-11/+11
2019-06-19Remove unnecessary -verify-diagnosticsGeoffrey Martin-Noble1-2/+2
2019-06-19Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble1-2/+2
2019-06-19Update the Parser to support parsing/printing DenseElementAttrs with a splat ...River Riddle3-3/+3
2019-06-01 Remove the Toy/* file path from the location check lines. This assumes a ...River Riddle5-135/+135
2019-05-06 Parsing support for Range, View and Slice operationsNicolas Vasilache1-0/+166
2019-04-08 Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini7-0/+189
2019-04-07 Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner8-42/+42
2019-04-05 NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...River Riddle3-3/+3
2019-04-05 Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini6-0/+173
2019-04-03 Fix Toy Ch3 testing with CMakeMehdi Amini1-0/+2
2019-04-03 Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini6-3/+131
2019-04-02 Chapter 2 of the Toy tutorialMehdi Amini4-32/+150
2019-04-02 Initial version for chapter 1 of the Toy tutorialMehdi Amini2-0/+73