[Mlir-commits] [mlir] 5b341c8 - [mlir][doc][transform] Fix link to documentation in tutorial. (NFC)
Ingo Müller
llvmlistbot at llvm.org
Fri Jul 7 09:08:05 PDT 2023
Author: Ingo Müller
Date: 2023-07-07T16:08:00Z
New Revision: 5b341c89b761b5ab4b9341b120abbc5ca3ef94a4
URL: https://github.com/llvm/llvm-project/commit/5b341c89b761b5ab4b9341b120abbc5ca3ef94a4
DIFF: https://github.com/llvm/llvm-project/commit/5b341c89b761b5ab4b9341b120abbc5ca3ef94a4.diff
LOG: [mlir][doc][transform] Fix link to documentation in tutorial. (NFC)
Reviewed By: ingomueller-net
Differential Revision: https://reviews.llvm.org/D154724
Added:
Modified:
mlir/docs/Tutorials/transform/Ch1.md
Removed:
################################################################################
diff --git a/mlir/docs/Tutorials/transform/Ch1.md b/mlir/docs/Tutorials/transform/Ch1.md
index 021e0ea4d128e6..d06b99b43a71bc 100644
--- a/mlir/docs/Tutorials/transform/Ch1.md
+++ b/mlir/docs/Tutorials/transform/Ch1.md
@@ -125,7 +125,7 @@ transform.sequence failures(propagate) {
}
```
-The transformation returns two handles, as indicated in its [documentation](https://mlir.llvm.org/docs/Dialects/Transform/#transformstructuredtile_to_forall_op-mlirtransformtiletoforallop):
+The transformation returns two handles, as indicated in its [documentation](https://mlir.llvm.org/docs/Dialects/Transform/#transformstructuredtile_to_forall_op-transformtiletoforallop):
* A handle to the `scf.forall` “multi-for” loop around tensors.
* A handle to `linalg.generic` operating on the subset of the original data.
More information about the Mlir-commits
mailing list