summaryrefslogtreecommitdiffstats
path: root/mlir/test/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in Toy tutorial (second var e -> var f)Aart Bik2019-11-277-14/+14
* Add Ch-7 of the toy tutorial detailing how to define new types.River Riddle2019-11-0710-0/+369
* Cleanup and rewrite Ch-4.md.River Riddle2019-10-213-15/+9
* NFC: Fix remaining usages of MulOp as matrix multiplication.River Riddle2019-10-2114-131/+149
* NFC: Fix typo : Retur -> ReturnRiver Riddle2019-10-206-6/+6
* NFC: Delete the Linalg tutorial.River Riddle2019-10-171-169/+0
* Add Ch.6 of the Toy tutorial.River Riddle2019-10-177-0/+246
* Fix invalid transpose in example and add proper verification.River Riddle2019-10-161-36/+36
* Add Ch.5 of the toy tutorial.River Riddle2019-10-1610-139/+174
* Add support for inlining toy call operations.River Riddle2019-10-161-0/+30
* Update Chapter 4 of the Toy tutorialSana Damani2019-10-166-67/+21
* Update comments in ast.toyJacques Pienaar2019-10-163-84/+87
* Update Chapter 3 to demonstrate pattern match and rewrite optimizationsSana Damani2019-10-153-23/+20
* Merge Ch3 of the Toy tutorial into chapter 2.River Riddle2019-10-142-5/+17
* Emit LLVM IR equivalent of sizeof when lowering alloc operationsAlex Zinenko2019-10-111-1/+1
* Normalize MemRefType lowering to LLVM as strided MemRef descriptorNicolas Vasilache2019-09-301-6/+6
* Remove spurious debug spew in testsNicolas Vasilache2019-09-271-1/+0
* Promote MemRefDescriptor to a pointer to struct when passing function boundar...Nicolas Vasilache2019-09-271-89/+93
* Normalize lowering of MemRef typesNicolas Vasilache2019-09-241-4/+4
* LLVM dialect: prefix auxiliary operations with "mlir."Alex Zinenko2019-09-031-9/+9
* Update Ch.2 of the Toy tutorial.River Riddle2019-08-271-16/+15
* Standardize the value numbering in the AsmPrinter.River Riddle2019-07-091-11/+11
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-258-31/+31
* Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle2019-06-257-11/+11
* Remove unnecessary -verify-diagnosticsGeoffrey Martin-Noble2019-06-191-2/+2
* Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble2019-06-191-2/+2
* Update the Parser to support parsing/printing DenseElementAttrs with a splat ...River Riddle2019-06-193-3/+3
* Remove the Toy/* file path from the location check lines. This assumes a ...River Riddle2019-06-015-135/+135
* Parsing support for Range, View and Slice operationsNicolas Vasilache2019-05-061-0/+166
* Toy tutorial Chapter 5: Lowering to Linalg and LLVMMehdi Amini2019-04-087-0/+189
* Change the asmprinter to use pretty syntax for dialect types when it can,Chris Lattner2019-04-078-42/+42
* NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...River Riddle2019-04-053-3/+3
* Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini2019-04-056-0/+173
* Fix Toy Ch3 testing with CMakeMehdi Amini2019-04-031-0/+2
* Chapter 3 for Toy tutorial: introduction of a dialectMehdi Amini2019-04-036-3/+131
* Chapter 2 of the Toy tutorialMehdi Amini2019-04-024-32/+150
* Initial version for chapter 1 of the Toy tutorialMehdi Amini2019-04-022-0/+73
OpenPOWER on IntegriCloud