diff options
author | MaheshRavishankar <ravishankarm@google.com> | 2020-05-26 16:35:20 -0700 |
---|---|---|
committer | MaheshRavishankar <ravishankarm@google.com> | 2020-05-26 21:33:57 -0700 |
commit | 5759e4731635e1f28fef2c4619491a1b4a2bc305 (patch) | |
tree | 6b3747d48721438f408332fa00a42daaecb24dc0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a7141480fb04eadf8d7d60c03494bcc885979a8e (diff) | |
download | llvm-5759e4731635e1f28fef2c4619491a1b4a2bc305.zip llvm-5759e4731635e1f28fef2c4619491a1b4a2bc305.tar.gz llvm-5759e4731635e1f28fef2c4619491a1b4a2bc305.tar.bz2 |
[mlir][Linalg] Avoid using scf.parallel for non-parallel loops in Linalg ops.
Modifying the loop nest builder for generating scf.parallel loops to
not generate scf.parallel loops for non-parallel iterator types in
Linalg operations. The existing implementation incorrectly generated
scf.parallel for all tiled loops. It is rectified by refactoring logic
used while lowering to loops that accounted for this.
Differential Revision: https://reviews.llvm.org/D80188
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions