[mlir][docs] Fix minor typos in vector dialect docs

Updates a minor typo in vector dialect documentation.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D101203
This commit is contained in:
hasheddan 2021-05-19 14:18:44 -07:00 committed by Aart Bik
parent 688b917b4b
commit 0316f3e649
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ are available for the `LLVM` target starting from the Virtual Vector Level.
Higher-dimensional `vector`s are ubiquitous in modern HPC hardware. One way to
think about Generic Retargetable `vector`-Level Dialect is that it operates on
`vector` types that are a multiples of a "good" `vector` size so the HW can
`vector` types that are multiples of a "good" `vector` size so the HW can
efficiently implement a set of high-level primitives
(e.g. `vector<8x8x8x16xf32>` when HW `vector` size is say `vector<4x8xf32>`).