[PATCH] D78855: [MLIR]][DOC] fix dimension validity constraint in affine dialect doc
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 23:57:37 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG81bed2a9a296: [MLIR]][DOC] Fix dimension validity constraint in affine dialect doc (authored by bondhugula).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78855/new/
https://reviews.llvm.org/D78855
Files:
mlir/docs/Dialects/Affine.md
Index: mlir/docs/Dialects/Affine.md
===================================================================
--- mlir/docs/Dialects/Affine.md
+++ mlir/docs/Dialects/Affine.md
@@ -71,7 +71,9 @@
argument or a memref where the corresponding dimension is either static or a
dynamic one in turn bound to a symbolic identifier. Dimensions may be bound not
only to anything that a symbol is bound to, but also to induction variables of
-enclosing [`affine.for` operations](#affinefor-operation), and the result of an
+enclosing [`affine.for`](#affinefor-affineforop) and
+[`afffine.parallel`](#affineparallel-affineparallelop) operations, and the
+result of an
[`affine.apply` operation](#affineapply-operation) (which recursively may use
other dimensions and symbols).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78855.260072.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200425/89ab8311/attachment.bin>
More information about the llvm-commits
mailing list