diff --git a/mlir/docs/Dialects/Affine.md b/mlir/docs/Dialects/Affine.md --- a/mlir/docs/Dialects/Affine.md +++ b/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).