We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0d64 commit ec1981fCopy full SHA for ec1981f
mlir/docs/Dialects/Vector.md
@@ -90,8 +90,8 @@ fixed-width arrays of 1-D scalable vectors. This means scalable vectors with a
90
non-trailing scalable dimension (e.g. `vector<4x[8]x128xf32`) are not
91
convertible to LLVM.
92
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]):
+Finally, MLIR takes the same view on scalable Vectors as LLVM (c.f.
+[VectorType](https://llvm.org/docs/LangRef.html#vector-type)):
95
> For scalable vectors, the total number of elements is a constant multiple
96
> (called vscale) of the specified number of elements; vscale is a positive
97
> integer that is unknown at compile time and the same hardware-dependent
0 commit comments