[all-commits] [llvm/llvm-project] 4b6447: [mlir] stopgap for incorrect vector.contract lowering

ftynse via All-commits all-commits at lists.llvm.org
Mon Oct 17 07:49:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b6447e220fd86d5e45461d4d00593fb91e10880
      https://github.com/llvm/llvm-project/commit/4b6447e220fd86d5e45461d4d00593fb91e10880
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp

  Log Message:
  -----------
  [mlir] stopgap for incorrect vector.contract lowering

`vector.contract` is being lowered to the default mul/add contraction
regardless if of the kind indicated. Stop the lowering completely in
this case until the correct one can be implemented.

Reviewed By: springerm, ThomasRaoux

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




More information about the All-commits mailing list