Methodology_for_ArmIE_SVE
Methodology_for_ArmIE_SVE copied to clipboard
Row wise loading of a matrix using sve.
Hi all, I want to find out the transpose of a matrix using sve. While finding the transpose we need to load the column of matrix into a vector then that vector should be loaded to the result matrix row wise(by default it loads column wise) . Is there commands/instructions to load the data row wise, if yes please mention it and from where can i get those instructions/routines? Thank You.
I'm also looking for it....