https://bugs.llvm.org/show_bug.cgi?id=46085
Bug ID: 46085
Summary: Missing row-major support for llvm.matrix.transpose
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: ajc...@google.com
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org
The LowerMatrixIntrinsics::LowerTranspose() method asserts on
assert(InputMatrix.isColumnMajor() &&
"Row-major code-gen not supported yet!");
when trying to lower the intrinsic for row-major support. For completeness,
this lowering should be implemented as well, similar to some of the other
matrix intrinsics.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs