Skip to content

Commit ac07dff

Browse files
meaningful comment
1 parent 871a92d commit ac07dff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
10.7 KB
Loading

content/learning-paths/cross-platform/sme/sme-intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The ZA array can be accessed as vectors of 8-bit, 16-bit, 32-bit, 64-bit, or 128
2020
The ZA array can also be accessed as tiles. A tile is a square, two-dimensional sub-array of elements within the ZA array.
2121
A ZA tile can be accessed as vectors of 8-bit, 16-bit, 32-bit, 64-bit, or 128-bit elements, or as horizontal or vertical slices of SVL bits.
2222

23+
![example image alt-text#center](ZA.png "Figure 1. The ZA storage, shown for SVL=256 bits, organised as 32-bit floats, and the mapping of horizontal and vertical slices to ZA0-3 tiles")
24+
2325
The Scalable Matrix Extension version 2 (SME2) extends the SME architecture to increase the number of applications that can benefit from the computational efficiency of SME, beyond its initial focus on outer products and matrix-matrix multiplication. SME2 adds:
2426
* Data processing instructions with multi-vector operands and a multi-vector predication mechanism.
2527
* A Range Prefetch hint instruction.

0 commit comments

Comments
 (0)