ucb-bar / gemmini

Berkeley's Spatial Array Generator
Other
818 stars 170 forks source link

Question about Gemmini Transposer #348

Open aladerran opened 7 months ago

aladerran commented 7 months ago

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?