Bug 1186 - transposed matrix remap
Summary: transposed matrix remap
Status: RESOLVED INVALID
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Specification (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2023-10-13 14:20 BST by Luke Kenneth Casson Leighton
Modified: 2023-12-27 19:17 GMT (History)
2 users (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2023-10-13 14:20:44 BST
matrices may be already transposed in registers
Comment 1 Jacob Lifshay 2023-10-13 17:58:22 BST
afaict we already have this, since transposition is just swapping column-major/row-major which is just permuting x/y/z in matrix remap.
Comment 2 Luke Kenneth Casson Leighton 2023-12-27 19:17:27 GMT
(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.