[all-commits] [llvm/llvm-project] 8955e9: [mlir][linalg] Fix bug in elementwise vectorization

Thomas via All-commits all-commits at lists.llvm.org
Mon Dec 14 10:52:02 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8955e9f6b75d436f92235531f003540401cd4b30
      https://github.com/llvm/llvm-project/commit/8955e9f6b75d436f92235531f003540401cd4b30
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/test/Dialect/Linalg/vectorization.mlir

  Log Message:
  -----------
  [mlir][linalg] Fix bug in elementwise vectorization

Fix a bug causing to pick the wrong vector size to broadcast to when the source
vectors have different ranks.

Differential Revision: https://reviews.llvm.org/D93118




More information about the All-commits mailing list