[PATCH] D74737: [MLIR Documentation update] Fix a broken link in Linalg.md

Amit Sabne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 12:02:39 PST 2020


amitsabne1 created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74737

Files:
  mlir/docs/Dialects/Linalg.md


Index: mlir/docs/Dialects/Linalg.md
===================================================================
--- mlir/docs/Dialects/Linalg.md
+++ mlir/docs/Dialects/Linalg.md
@@ -34,8 +34,9 @@
 1. Partially Lower to Iterations Over a Finer-Grained Linalg Op.
 
 # High-Level Description of Linalg Ops<a name="linalg_ops"></a>
-Linalg takes at least some inspiration from all previously [listed prior
-art](#prior_art). The design enables the definition of ***CustomOps*** with
+Linalg takes at least some inspiration from all previously [listed prior art]
+(https://github.com/llvm/llvm-project/blob/master/mlir/docs/RationaleLinalgDialect.md#prior-art). 
+The design enables the definition of ***CustomOps*** with
 generic properties that enable [key transformations](#key_transformations),
 including lowering to scalar load/store and other operations or to external
 library calls and intrinsics.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74737.245022.patch
Type: text/x-patch
Size: 895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/4d6c69c6/attachment.bin>


More information about the llvm-commits mailing list