| Summary: | transposed matrix remap | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | Specification | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | libre-soc-isa, programmerjake |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| See Also: |
https://bugs.libre-soc.org/show_bug.cgi?id=789 https://bugs.libre-soc.org/show_bug.cgi?id=701 https://bugs.libre-soc.org/show_bug.cgi?id=953 https://bugs.libre-soc.org/show_bug.cgi?id=1155 |
||
| 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: | ||
|
Description
Luke Kenneth Casson Leighton
2023-10-13 14:20:44 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. (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. |