forked from OSchip/llvm-project
c503dc1b8a
Add support for vectorization for linalg.generic representing element-wise ops. Those are converted to transfer_read + vector ops + transfer_write. Also re-organize the vectorization tests to be together. Implementation derived from the work of @burmako, @agrue and @fedelebron. Differential Revision: https://reviews.llvm.org/D92540 |
||
---|---|---|
.. | ||
Builders.cpp | ||
CMakeLists.txt |