matrices may be already transposed in registers
afaict we already have this, since transposition is just swapping column-major/row-major which is just permuting x/y/z in matrix remap.
(In reply to Jacob Lifshay from comment #1) > afaict we already have this, since transposition is just swapping > column-major/row-major which is just permuting x/y/z in matrix remap. i just also added a more advanced version of transpose into the new (draft) Modulo REMAP Schedule.