[all-commits] [llvm/llvm-project] 855a11: [mlir][linalg] Allow TC ops taking an unused shape...

Han-Chung Wang via All-commits all-commits at lists.llvm.org
Fri Feb 26 06:46:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 855a1196049705344ec90cc1f3fd09b426416311
      https://github.com/llvm/llvm-project/commit/855a1196049705344ec90cc1f3fd09b426416311
  Author: Hanhan Wang <hanchung at google.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

  Changed paths:
    M mlir/docs/Dialects/Linalg.md
    M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-gen.tc
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp

  Log Message:
  -----------
  [mlir][linalg] Allow TC ops taking an unused shaped operand.

If one operand is not used in the formula, it will be considered a
shaped operand. And the result of indexing map of the operand will be the first
reduction dims.

Depends On D97383

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list