[all-commits] [llvm/llvm-project] 4279a6: [MLIR][GPUToROCDL] Remove typed pointer support (#...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Wed Nov 1 02:13:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4279a642fba2d107e9bef17376facf9350dae6a9
      https://github.com/llvm/llvm-project/commit/4279a642fba2d107e9bef17376facf9350dae6a9
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
    M mlir/test/Conversion/GPUCommon/lower-memory-space-attrs.mlir
    M mlir/test/Conversion/GPUCommon/memory-attrbution.mlir
    M mlir/test/Conversion/GPUCommon/memref-arg-attrs.mlir
    M mlir/test/Conversion/GPUCommon/memref-arg-noalias-attrs.mlir
    M mlir/test/Conversion/GPUCommon/memref-arg-noalias-warning.mlir
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl-hip.mlir
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl-opencl.mlir
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
    M mlir/test/Conversion/GPUToROCDL/memref.mlir
    R mlir/test/Conversion/GPUToROCDL/typed-pointers.mlir

  Log Message:
  -----------
  [MLIR][GPUToROCDL] Remove typed pointer support (#70908)

This commit removes the support for lowering GPU to ROCDL dialect with
typed pointers. Typed pointers have been deprecated for a while now and
it's planned to soon remove them from the LLVM dialect.

Related PSA:
https://discourse.llvm.org/t/psa-removal-of-typed-pointers-from-the-llvm-dialect/74502




More information about the All-commits mailing list