[Mlir-commits] [mlir] 0316f3e - [mlir][docs] Fix minor typos in vector dialect docs
Aart Bik
llvmlistbot at llvm.org
Wed May 19 14:20:42 PDT 2021
Author: hasheddan
Date: 2021-05-19T14:20:28-07:00
New Revision: 0316f3e64972c919d8bfa2d15b9a4be858530f85
URL: https://github.com/llvm/llvm-project/commit/0316f3e64972c919d8bfa2d15b9a4be858530f85
DIFF: https://github.com/llvm/llvm-project/commit/0316f3e64972c919d8bfa2d15b9a4be858530f85.diff
LOG: [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
Added:
Modified:
mlir/docs/Dialects/Vector.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index 69e42478190c6..bc94c4101add6 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -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>`).
More information about the Mlir-commits
mailing list