[all-commits] [llvm/llvm-project] 8f2db3: [mlir][OpDSL] Update op definitions to make shapes...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Sep 15 23:23:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f2db36b01c043570e36a85c45b87c6df402d3ee
      https://github.com/llvm/llvm-project/commit/8f2db36b01c043570e36a85c45b87c6df402d3ee
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
    M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py

  Log Message:
  -----------
  [mlir][OpDSL] Update op definitions to make shapes more concise (NFC).

Express the input shape definitions of convolution and pooling operations in terms of the output shapes, filter shapes, strides, and dilations.

Reviewed By: shabalin, rsuderman, stellaraccident

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




More information about the All-commits mailing list