[mlir][docs] Fix minor typos in vector dialect docs
authorhasheddan <georgedanielmangum@gmail.com>
Wed, 19 May 2021 21:18:44 +0000 (14:18 -0700)
committerAart Bik <ajcbik@google.com>
Wed, 19 May 2021 21:20:28 +0000 (14:20 -0700)
Updates a minor typo in vector dialect documentation.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D101203

mlir/docs/Dialects/Vector.md

index 69e4247..bc94c41 100644 (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 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>`).