[Mlir-commits] [mlir] f5b1301 - [mlir][doc] Add missing ` that breaks rendering

Lei Zhang llvmlistbot at llvm.org
Mon Apr 27 08:25:47 PDT 2020


Author: Lei Zhang
Date: 2020-04-27T11:25:32-04:00
New Revision: f5b1301ce8575f6d82e87031a1a5485c33637a93

URL: https://github.com/llvm/llvm-project/commit/f5b1301ce8575f6d82e87031a1a5485c33637a93
DIFF: https://github.com/llvm/llvm-project/commit/f5b1301ce8575f6d82e87031a1a5485c33637a93.diff

LOG: [mlir][doc] Add missing ` that breaks rendering

Added: 
    

Modified: 
    mlir/docs/Dialects/Vector.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index bc01d15d32a8..31a530a913b2 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -365,7 +365,7 @@ unsurprising because historically, the vast majority of HW only supports `1-D`
 vector registers. We note that multiple HW vendors are in the process of
 evolving to higher-dimensional physical vectors.
 
-In the following discussion, let's assume the HW vector size is `1-D and the
+In the following discussion, let's assume the HW vector size is `1-D` and the
 SW vector size is `n-D`, with `n >= 1`. The same discussion would apply with
 `2-D` HW `vector` size and `n >= 2`. In this context, most HW exhibit a vector
 register file. The number of such vectors is fixed.


        


More information about the Mlir-commits mailing list