diff options
author | Hanhan Wang <hanchung@google.com> | 2020-06-03 14:58:19 -0700 |
---|---|---|
committer | Hanhan Wang <hanchung@google.com> | 2020-06-03 14:58:43 -0700 |
commit | cc11ceda165b5ba0a87e812fbd6ed1bce4fefd2f (patch) | |
tree | be080406166133d693f5542d04ed4ad701e353ad /llvm/unittests/Support/VirtualFileSystemTest.cpp | |
parent | 49cbe56a657b91e612f8305e7f8f9119ffe84378 (diff) | |
download | llvm-cc11ceda165b5ba0a87e812fbd6ed1bce4fefd2f.zip llvm-cc11ceda165b5ba0a87e812fbd6ed1bce4fefd2f.tar.gz llvm-cc11ceda165b5ba0a87e812fbd6ed1bce4fefd2f.tar.bz2 |
[mlir][Linalg] Add support for fusion between indexed_generic ops and generic ops on tensors.
Summary:
Different from the fusion between generic ops, indices are involved. In this
context, we need to re-map the indices for producer since the fused op is built
on consumer's perspective. This patch supports all combination of the fusion
between indexed_generic ops and generic ops, which includes tests case:
1) generic op as producer and indexed_generic op as consumer.
2) indexed_generic op as producer and generic op as consumer.
3) indexed_generic op as producer and indexed_generic op as consumer.
Differential Revision: https://reviews.llvm.org/D80347
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions