[all-commits] [llvm/llvm-project] a5cee3: [mlir][linalg] Add a padding case for `ComplexType`

Rob Suderman via All-commits all-commits at lists.llvm.org
Mon Jul 17 17:22:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5cee3e386bde28ce21ff2ead3fc420f018604ca
      https://github.com/llvm/llvm-project/commit/a5cee3e386bde28ce21ff2ead3fc420f018604ca
  Author: Robert Suderman <suderman at google.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Padding.cpp

  Log Message:
  -----------
  [mlir][linalg] Add a padding case for `ComplexType`

If the paddingAttr is an ArrayAttr with two values we know that
the element type is a `ComplexType` and we should pad the value
accordingly.

Reviewed By: mravishankar

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




More information about the All-commits mailing list