mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 11:06:07 +00:00
[mlir][vector] Fix link in docs (nfc)
This commit is contained in:
parent
36f0d64818
commit
ec1981f4ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user