[all-commits] [llvm/llvm-project] 5d45f7: [mlir][vector] Improve vector distribute integrati...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Oct 29 14:55:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d45f758f0fba3174126bda24b315006b8b48f1f
https://github.com/llvm/llvm-project/commit/5d45f758f0fba3174126bda24b315006b8b48f1f
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M mlir/integration_test/Dialect/Vector/CPU/test-vector-distribute.mlir
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-distribution.mlir
M mlir/test/lib/Transforms/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][vector] Improve vector distribute integration test and fix block distribution
Fix semantic in the distribute integration test based on offline feedback. This
exposed a bug in block distribution, we need to make sure the id is multiplied
by the stride of the vector. Fix the transformation and unit test.
Differential Revision: https://reviews.llvm.org/D89291
More information about the All-commits
mailing list