[all-commits] [llvm/llvm-project] 59e4fb: [mlir][memref] Fold subview into GPU subgroup MMA ...

Lei Zhang via All-commits all-commits at lists.llvm.org
Wed Mar 15 10:58:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59e4fbfcd064032db66594617279e5fe726fd60e
      https://github.com/llvm/llvm-project/commit/59e4fbfcd064032db66594617279e5fe726fd60e
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
    M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
    M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][memref] Fold subview into GPU subgroup MMA load/store ops

This commits adds support for folding subview into GPU subgroup
MMA load/store ops.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list