[llvm-bugs] [Bug 46085] New: Missing row-major support for llvm.matrix.transpose
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 26 16:30:02 PDT 2020
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: unassignedbugs at nondot.org
Reporter: ajcbik at google.com
CC: htmldeveloper at gmail.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200526/e80959c5/attachment.html>
More information about the llvm-bugs
mailing list