forked from OSchip/llvm-project
![]() This commit adds a pattern to merge accumulator and result `vector.transpose` ops into `vector.contract`. This kind of pattern can be generated for NCHW convolution vectorization, where we use transposes to convert the 1-D NCW convolution into NWC during vectorization. Merging the transpose would mean we can avoid materialize vector extract/insert for transposes and it makes further vector level transformations easier. Reviewed By: ThomasRaoux Differential Revision: https://reviews.llvm.org/D135496 |
||
---|---|---|
.. | ||
benchmark/python | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
lib | ||
python | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.