[Mlir-commits] [mlir] ec1981f - [mlir][vector] Fix link in docs (nfc)
Andrzej Warzynski
llvmlistbot at llvm.org
Tue Aug 6 11:29:44 PDT 2024
Author: Andrzej Warzynski
Date: 2024-08-06T19:29:39+01:00
New Revision: ec1981f4ed86a6f954a5ea0bbfaba1c6cd19d807
URL: https://github.com/llvm/llvm-project/commit/ec1981f4ed86a6f954a5ea0bbfaba1c6cd19d807
DIFF: https://github.com/llvm/llvm-project/commit/ec1981f4ed86a6f954a5ea0bbfaba1c6cd19d807.diff
LOG: [mlir][vector] Fix link in docs (nfc)
Added:
Modified:
mlir/docs/Dialects/Vector.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index fc5cea331c3c8..ade0068c56fb6 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -90,8 +90,8 @@ fixed-width arrays of 1-D scalable vectors. This means scalable vectors with a
non-trailing scalable dimension (e.g. `vector<4x[8]x128xf32`) are not
convertible to LLVM.
-Finally, MLIR takes the same view on scalable Vectors as LLVM (c.f. (Vector
-Type)[https://llvm.org/docs/LangRef.html#vector-type]):
+Finally, MLIR takes the same view on scalable Vectors as LLVM (c.f.
+[VectorType](https://llvm.org/docs/LangRef.html#vector-type)):
> For scalable vectors, the total number of elements is a constant multiple
> (called vscale) of the specified number of elements; vscale is a positive
> integer that is unknown at compile time and the same hardware-dependent
More information about the Mlir-commits
mailing list