[all-commits] [llvm/llvm-project] 50ab42: [MLIR][NVGPU] Introduce Warpgroup Matrix Descripto...

Guray Ozen via All-commits all-commits at lists.llvm.org
Tue Aug 22 08:02:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50ab427a29f09ae0dcbe8a1eb4391672e0ff2c24
      https://github.com/llvm/llvm-project/commit/50ab427a29f09ae0dcbe8a1eb4391672e0ff2c24
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
    M mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
    M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir

  Log Message:
  -----------
  [MLIR][NVGPU] Introduce Warpgroup Matrix Descriptor Type

The Warpgroup Matrix Descriptor is a 64-bit integer that holds information about a matrix used by the wgmma instruction.

In this work, a new type is introduced for the descriptor. This enhances the readability of the IR and allows for easier verification using MLIR verification tools.

The type contains a 'memref' related to the descriptor, which is crucial for preserving and conveying information.

Depends on D157382

Reviewed By: qcolombet

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




More information about the All-commits mailing list