I wonder if Gemmini has APIs for doing transpose. I took a look at the tranpose.c and I guess that the transposer did a matmul w. an identity matrix.
If I want to simply do the transpose for a larger matrix M rather than just a DIM*DIM matrix using Gemmini, would it be resonable if I just do tiled_matmul on M*identity w. setting transpose_A = true?
Hi there,
I wonder if Gemmini has APIs for doing transpose. I took a look at the tranpose.c and I guess that the transposer did a matmul w. an identity matrix.
If I want to simply do the transpose for a larger matrix M rather than just a DIM*DIM matrix using Gemmini, would it be resonable if I just do tiled_matmul on M*identity w. setting transpose_A = true?