[all-commits] [llvm/llvm-project] 340314: Reorder mmt4d shapes:

bjacob via All-commits all-commits at lists.llvm.org
Mon Sep 13 12:10:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 340314c4dcc801d8f493c45cafd79c79c6e8e58e
      https://github.com/llvm/llvm-project/commit/340314c4dcc801d8f493c45cafd79c79c6e8e58e
  Author: Benoit Jacob <benoitjacob at google.com>
  Date:   2021-09-13 (Mon, 13 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:
  -----------
  Reorder mmt4d shapes:

* Revert https://reviews.llvm.org/D107307 so that both LHS and RHS have
  the same layout with K0 as the innermost dimension.

* Continuing from https://reviews.llvm.org/D107003, move also 'K'
  to the outer side, so that now the inter-tile dimensions as all outer,
  and the intra-tile dimensions are all inner.

Reviewed By: asaadaldien

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




More information about the All-commits mailing list