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

This commit is contained in:
Lei Zhang 2020-04-27 11:24:15 -04:00
parent b2c79c50ed
commit f5b1301ce8
1 changed files with 1 additions and 1 deletions

View File

@ -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 vector registers. We note that multiple HW vendors are in the process of
evolving to higher-dimensional physical vectors. 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 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 `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. register file. The number of such vectors is fixed.