[all-commits] [llvm/llvm-project] 53ffee: [mlir][Linalg] Reduction dimensions specified in T...

Jakub Lichman via All-commits all-commits at lists.llvm.org
Wed Sep 9 08:17:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 53ffeea6d59ae5ba78b8c85a31c06677c3ab7719
      https://github.com/llvm/llvm-project/commit/53ffeea6d59ae5ba78b8c85a31c06677c3ab7719
  Author: Jakub Lichman <limo at google.com>
  Date:   2020-09-09 (Wed, 09 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc
    M mlir/test/Dialect/Linalg/loops.mlir

  Log Message:
  -----------
  [mlir][Linalg] Reduction dimensions specified in TC definition of ConvOps.

This commit specifies reduction dimensions for ConvOps. This prevents
running reduction loops in parallel and enables easier detection of kernel dimensions
which we will need later on.

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




More information about the All-commits mailing list