summaryrefslogtreecommitdiffstats
path: root/mlir/docs/Tutorials
Commit message (Collapse)AuthorAgeFilesLines
* [MLIR] Fix broken link locations after move to monorepoDaniel Galvez2020-01-141-1/+1
| | | | | | | | | | I used the codemod python tool to do this with the following commands: codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include' codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir' codemod 'tensorflow/mlir' 'llvm-project/llvm' Differential Revision: https://reviews.llvm.org/D72244
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is ↵River Riddle2020-01-112-5/+5
| | | | | | | | | | properly value-typed. Summary: These were temporary methods used to simplify the transition. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D72548
* [mlir][docs] Remove redundant path prefixJacques Pienaar2019-12-311-1/+1
| | | | ./ is not needed.
* [mlir] Make code blocks more consistentJacques Pienaar2019-12-315-15/+14
| | | | Use the same form specification for the same type of code.
* Adjust some MLIR paths and docsMehdi Amini2019-12-247-0/+2616
OpenPOWER on IntegriCloud