[all-commits] [llvm/llvm-project] 422c70: [mlir] Updated depthwise conv to support kernel di...

rsuderman via All-commits all-commits at lists.llvm.org
Tue Jun 1 13:26:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 422c7036d5fae8e9a6a30ebe4074a0cf08da1208
      https://github.com/llvm/llvm-project/commit/422c7036d5fae8e9a6a30ebe4074a0cf08da1208
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
    M mlir/test/Dialect/Linalg/generalize-named-ops.mlir
    M mlir/test/Dialect/Linalg/named-ops.mlir

  Log Message:
  -----------
  [mlir] Updated depthwise conv to support kernel dilation

Depthwise convolution should support kernel dilation and non-dilation should
not be a special case. Updated op definition to include a dilation attribute.

This also adds a tosa.depthwise_conv2d lowering to linalg to support the new
linalg behavior.

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




More information about the All-commits mailing list