[all-commits] [llvm/llvm-project] 501674: [mlir][Vector] Further fix to avoid infinite loop ...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Wed Dec 15 13:55:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 501674dc3b14277837d0c279cde5868135e7649c
https://github.com/llvm/llvm-project/commit/501674dc3b14277837d0c279cde5868135e7649c
Author: Hanhan Wang <hanchung at google.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M mlir/lib/Dialect/Vector/VectorMultiDimReductionTransforms.cpp
M mlir/test/Dialect/Vector/vector-multi-reduction-outer-lowering.mlir
Log Message:
-----------
[mlir][Vector] Further fix to avoid infinite loop in InnerOuterDimReductionConversion
If all the dims are reduction dims, it is already in inner-most/outer-most
reduction form.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D115820
More information about the All-commits
mailing list