[all-commits] [llvm/llvm-project] 0b33f0: [mlir][linalg] expose convolution dimension classi...

ftynse via All-commits all-commits at lists.llvm.org
Tue Feb 14 02:12:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b33f0d80b832614af68557011786a83a0eef18a
      https://github.com/llvm/llvm-project/commit/0b33f0d80b832614af68557011786a83a0eef18a
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.h
    M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp

  Log Message:
  -----------
  [mlir][linalg] expose convolution dimension classifier

Make available through functions in the `linalg::detail` namespace the
classification of Linalg op dimensions as different kinds (batch, image,
channel, etc) of convolution dimensions. This is useful for identifying
which dimensions to target with transformations.

Reviewed By: chelini

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




More information about the All-commits mailing list