From ec1981f4ed86a6f954a5ea0bbfaba1c6cd19d807 Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski Date: Tue, 6 Aug 2024 19:28:57 +0100 Subject: [PATCH] [mlir][vector] Fix link in docs (nfc) --- mlir/docs/Dialects/Vector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md index fc5cea331c3c..ade0068c56fb 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