[all-commits] [llvm/llvm-project] f1db4a: [mlir][VectorToGPU] Support transposed+broadcasted...

Lei Zhang via All-commits all-commits at lists.llvm.org
Thu Dec 15 11:40:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1db4aec3083e9388e2b8f38263a5a2f04a9bc02
      https://github.com/llvm/llvm-project/commit/f1db4aec3083e9388e2b8f38263a5a2f04a9bc02
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
    M mlir/test/Conversion/VectorToGPU/vector-to-mma-ops.mlir

  Log Message:
  -----------
  [mlir][VectorToGPU] Support transposed+broadcasted 2D MMA load

This is loading from 2-D memref, in addition to D139655 where we
load from 1-D memref cases.

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list