Commit e464840
authored
[0035] Revise matrix element accesses (#598)
This PR removes the row and element accessors in favor of a more general
means of accessing per-thread vectors. This change allows initializing a
matrix from per-thread vectors as well as splitting it out into
constituent vectors.
The vectors represent rows in A matrices, and columns in B matrices.
Since the layout of Accumulator matrices vary by vendor, this method may
only be used to construct A or B matrices.
Resolves #575, resolves #5961 parent a182353 commit e464840
1 file changed
+233
-89
lines changed
0 commit comments