[llvm-branch-commits] [mlir] 7e3b047 - [mlir] Change include image to be toplevel
Jacques Pienaar via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 22 13:05:18 PDT 2020
Author: Jacques Pienaar
Date: 2020-03-22T12:56:57-07:00
New Revision: 7e3b0471715383330c0ea819041497de68051f2d
URL: https://github.com/llvm/llvm-project/commit/7e3b0471715383330c0ea819041497de68051f2d
DIFF: https://github.com/llvm/llvm-project/commit/7e3b0471715383330c0ea819041497de68051f2d.diff
LOG: [mlir] Change include image to be toplevel
This will match the changes mlir.llvm.org side.
Added:
Modified:
mlir/docs/LangRef.md
Removed:
################################################################################
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index a3e5738b49b5..f180075c0d73 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -944,7 +944,7 @@ multidimensional index from one index space to another. For example, the
following figure shows an index map which maps a 2-dimensional index from a 2x2
index space to a 3x3 index space, using symbols `S0` and `S1` as offsets.
-![Index Map Example](includes/img/index-map.svg)
+![Index Map Example](/includes/img/index-map.svg)
The number of domain dimensions and range dimensions of an index map can be
diff erent, but must match the number of dimensions of the input and output index
More information about the llvm-branch-commits
mailing list