[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 21:37:31 PDT 2020
bondhugula created this revision.
bondhugula added reviewers: jbruestle, flaub, ftynse.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
Fix affine dialect documentation on valid dimensional values: they also
include affine.parallel IVs.
Repository:
rG LLVM Github Monorepo
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.260062.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200425/cded3fcd/attachment.bin>
More information about the llvm-commits
mailing list