Skip to content

Commit f5b1301

Browse files
committed
[mlir][doc] Add missing ` that breaks rendering
1 parent b2c79c5 commit f5b1301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Dialects/Vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ unsurprising because historically, the vast majority of HW only supports `1-D`
365365
vector registers. We note that multiple HW vendors are in the process of
366366
evolving to higher-dimensional physical vectors.
367367

368-
In the following discussion, let's assume the HW vector size is `1-D and the
368+
In the following discussion, let's assume the HW vector size is `1-D` and the
369369
SW vector size is `n-D`, with `n >= 1`. The same discussion would apply with
370370
`2-D` HW `vector` size and `n >= 2`. In this context, most HW exhibit a vector
371371
register file. The number of such vectors is fixed.

0 commit comments

Comments
 (0)