diff options
author | thomasraoux <thomasraoux@google.com> | 2021-05-27 08:58:11 -0700 |
---|---|---|
committer | thomasraoux <thomasraoux@google.com> | 2021-05-27 09:13:51 -0700 |
commit | b44007bec2470db0d9f100c6a9216d8e05cef608 (patch) | |
tree | 0522516af3f06cf0a93906acf22eb7a096d9b309 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6d2c0950205f50f926ba5e362e845faff22582b7 (diff) | |
download | llvm-b44007bec2470db0d9f100c6a9216d8e05cef608.zip llvm-b44007bec2470db0d9f100c6a9216d8e05cef608.tar.gz llvm-b44007bec2470db0d9f100c6a9216d8e05cef608.tar.bz2 |
[mlir][gpu] Relax restriction on MMA store op to allow chain of mma ops.
In order to allow large matmul operations using the MMA ops we need to chain
operations this is not possible unless "DOp" and "COp" type have matching
layout so remove the "DOp" layout and force accumulator and result type to
match.
Added a test for the case where the MMA value is accumulated.
Differential Revision: https://reviews.llvm.org/D103023
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions