summaryrefslogtreecommitdiffstats
path: root/mlir/examples/toy/Ch1
Commit message (Collapse)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-235-65/+20
| | | | PiperOrigin-RevId: 286906740
* NFC: Use this-> to appease GCC bug related to template lambda.River Riddle2019-12-171-1/+1
| | | | | | | GCC is unable to properly implicitly capture 'this' in generic lambdas. This bug is not fixed until 7.1.0: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274 PiperOrigin-RevId: 286083427
* NFC: Use TypeSwitch to simplify existing code.River Riddle2019-12-171-14/+10
| | | | PiperOrigin-RevId: 286066371
* Modify tutorial and other documentation for consistency, clarity, and ↵Lucy Fox2019-11-151-2/+2
| | | | | | correctness. PiperOrigin-RevId: 280678392
* NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ↵River Riddle2019-11-066-217/+206
| | | | | | bit of the implementation. PiperOrigin-RevId: 278982817
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-202-4/+4
| | | | | | Closes tensorflow/mlir#175 PiperOrigin-RevId: 275726876
* Fix typos, NFC.Christian Sigg2019-10-041-3/+3
| | | | PiperOrigin-RevId: 272851237
* Update Ch.2 of the Toy tutorial.River Riddle2019-08-271-3/+2
| | | | | | | | The code and documentation for this chapter of the tutorial have been updated to follow the new flow. The toy 'array' type has been replaced by usages of the MLIR tensor type. The code has also been cleaned up and modernized. Closes tensorflow/mlir#101 PiperOrigin-RevId: 265744086
* NFC: Update Ch.1 of the Toy tutorial.River Riddle2019-08-232-7/+5
| | | | | | Change the use of 'array' to 'tensor' to reflect the new flow that the tutorial will follow. Also tidy up some of the documentation, code comments, and fix a few out-dated links. PiperOrigin-RevId: 265174676
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-21/+19
| | | | | | | | Switch to C++14 standard method as llvm::make_unique has been removed ( https://reviews.llvm.org/D66259). Also mark some targets as c++14 to ease next integrates. PiperOrigin-RevId: 263953918
* Initial version for chapter 1 of the Toy tutorialMehdi Amini2019-04-026-0/+1336
-- PiperOrigin-RevId: 241549247
OpenPOWER on IntegriCloud