[all-commits] [llvm/llvm-project] 9ad5e5: [mlir][nvvm][rocdl] refactor NVVM and ROCDL dialec...

Wen-Heng (Jack) Chung via All-commits all-commits at lists.llvm.org
Thu Apr 30 15:13:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ad5e57316577c63a16c48c2b70d94f319317d2d
      https://github.com/llvm/llvm-project/commit/9ad5e57316577c63a16c48c2b70d94f319317d2d
  Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/GPUToROCDL/GPUToROCDLPass.h
    A mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
    A mlir/test/Conversion/GPUCommon/memory-attrbution.mlir
    R mlir/test/Conversion/GPUToNVVM/memory-attrbution.mlir
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir

  Log Message:
  -----------
  [mlir][nvvm][rocdl] refactor NVVM and ROCDL dialect. NFC.

- Extract common logic between -convert-gpu-to-nvvm and -convert-gpu-to-rocdl.
- Cope with the fact that alloca operates on different addrspaces between NVVM
  and ROCDL.
- Modernize unit tests for ROCDL dialect.

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




More information about the All-commits mailing list