[llvm-dev] RFC: Matrix math support
Florian Hahn via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 19 12:29:09 PST 2019
Hi,
I just uploaded the initial patch adding the matrix intrinsics as described, as well as an initial lowering pass: https://reviews.llvm.org/D70456
The first version of the patch works without any shape propagation and lowers each intrinsic independently. We plan to iterate on the pass once it is in, to improve the generated code as discussed in the RFC.
In a bit, I’ll also share a patch for the clang side, to get a concrete discussion started about the Clang side.
Thanks,
Florian
More information about the llvm-dev
mailing list