[PATCH] D77914: [mlir][docs] Explain the EDSC acronym. NFC
Jonathan Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 16:09:53 PDT 2020
jroelofs updated this revision to Diff 256693.
jroelofs added a comment.
re-submitting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77914/new/
https://reviews.llvm.org/D77914
Files:
mlir/docs/Tutorials/Toy/Ch-5.md
Index: mlir/docs/Tutorials/Toy/Ch-5.md
===================================================================
--- mlir/docs/Tutorials/Toy/Ch-5.md
+++ mlir/docs/Tutorials/Toy/Ch-5.md
@@ -13,8 +13,8 @@
part of the program and is limited: it doesn't support representing our
`toy.print` builtin, for instance, neither should it! Instead, we can target
`Affine` for the computation heavy part of Toy, and in the
-[next chapter](Ch-6.md) directly the `LLVM IR` dialect for lowering `print`. As
-part of this lowering, we will be lowering from the
+[next chapter](Ch-6.md) directly target the `LLVM IR` dialect for lowering
+`print`. As part of this lowering, we will be lowering from the
[TensorType](../../LangRef.md#tensor-type) that `Toy` operates on to the
[MemRefType](../../LangRef.md#memref-type) that is indexed via an affine
loop-nest. Tensors represent an abstract value-typed sequence of data, meaning
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77914.256693.patch
Type: text/x-patch
Size: 911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/9433c86d/attachment.bin>
More information about the llvm-commits
mailing list