contention between the L1 D and I Caches at the L2 Bus, slowing down
execution even further. Power ISA 3.1 MMA (Matrix-Multiply-Assist)
requires loop-unrolling to contend with non-power-of-two Matrix
-sizes: SVP64 does not, as hinted at below.
-
-Additional savings come in the form of `SVREMAP`. This is a hardware
+sizes: SVP64 does not (as hinted at below).
+[Figures 8 and 9](https://arxiv.org/abs/2104.03142)
+illustrate the process of concatenating copies of data in order
+to match RADIX2 limitations of MMA.
+
+Additional savings come in the form of `SVREMAP`. Like the
+hardware-assist of Google's TPU mentioned on p9 of the above MMA paper,
+`SVREMAP` is a hardware
index transformation system where the normally sequentially-linear
Vector element access may be "Re-Mapped" to limited but algorithmic-tailored
commonly-used deterministic schedules, for example Matrix Multiply,