[all-commits] [llvm/llvm-project] 6eb97f: [MLIR][NVGPU] Improve and Cleanup verifier of TMA ...

Guray Ozen via All-commits all-commits at lists.llvm.org
Wed Nov 8 03:03:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6eb97f03802a219997af4b615a2afae339cb674d
      https://github.com/llvm/llvm-project/commit/6eb97f03802a219997af4b615a2afae339cb674d
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/NVGPU/IR/NVGPUDialect.h
    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] Improve and Cleanup verifier of TMA OPs (#70923)

This PR improves and cleans-up verifiers of TmaCreateDescriptor and
TmaAsyncLoad Ops and unifies them.

The PR verifiers followings that didn't before:
- address space
- rank match between descriptor and memref
- element type match between descriptor and memref
- shape type match between descriptor and memref




More information about the All-commits mailing list