Skip to content

Commit ec1981f

Browse files
committed
[mlir][vector] Fix link in docs (nfc)
1 parent 36f0d64 commit ec1981f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/docs/Dialects/Vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ fixed-width arrays of 1-D scalable vectors. This means scalable vectors with a
9090
non-trailing scalable dimension (e.g. `vector<4x[8]x128xf32`) are not
9191
convertible to LLVM.
9292

93-
Finally, MLIR takes the same view on scalable Vectors as LLVM (c.f. (Vector
94-
Type)[https://llvm.org/docs/LangRef.html#vector-type]):
93+
Finally, MLIR takes the same view on scalable Vectors as LLVM (c.f.
94+
[VectorType](https://llvm.org/docs/LangRef.html#vector-type)):
9595
> For scalable vectors, the total number of elements is a constant multiple
9696
> (called vscale) of the specified number of elements; vscale is a positive
9797
> integer that is unknown at compile time and the same hardware-dependent

0 commit comments

Comments
 (0)