[all-commits] [llvm/llvm-project] 6dc771: [MLIR][NVGPU] Change name `wgmma.descriptor` to `w...

Guray Ozen via All-commits all-commits at lists.llvm.org
Thu Oct 5 00:02:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dc7717bca14d79a7aeacfef485f57ad9738fb2c
      https://github.com/llvm/llvm-project/commit/6dc7717bca14d79a7aeacfef485f57ad9738fb2c
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

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

  Log Message:
  -----------
  [MLIR][NVGPU] Change name `wgmma.descriptor` to `warpgroup.descriptor` (NFC) (#67526)

NVGPU dialect is gaining large support for warpgroup level operations,
and their names always starts with `warpgroup....`.

This PR changes name of Op and type from `wgmma.descriptor` to
`warpgroup.descriptor` for sake of consistency.




More information about the All-commits mailing list