[all-commits] [llvm/llvm-project] 4c7976: [mlir][linalg] Convert input type to accumulator t...

Quinn Dawkins via All-commits all-commits at lists.llvm.org
Fri Mar 24 15:42:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c79766689f83055858acbdc2c9f5d652d0a46c8
      https://github.com/llvm/llvm-project/commit/4c79766689f83055858acbdc2c9f5d652d0a46c8
  Author: Quinn Dawkins <quinn at nod-labs.com>
  Date:   2023-03-24 (Fri, 24 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ConvertConv2DToImg2Col.cpp
    M mlir/test/Dialect/Linalg/convert-conv2d-to-img2col.mlir

  Log Message:
  -----------
  [mlir][linalg] Convert input type to accumulator type in im2col patterns

When the input types don't match the accumulator type in named
convolution ops there is supposed to be a conversion to the accumulator
type before the multiply and accumulate.

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




More information about the All-commits mailing list