[all-commits] [llvm/llvm-project] 641e05: [mlir][gpu] Support dynamic_shared_memory Op with ...

Guray Ozen via All-commits all-commits at lists.llvm.org
Wed Dec 6 01:42:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 641e05decc64c541aa5fd5ce253020178ffe094a
      https://github.com/llvm/llvm-project/commit/641e05decc64c541aa5fd5ce253020178ffe094a
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/test/Conversion/GPUCommon/lower-memory-space-attrs.mlir

  Log Message:
  -----------
  [mlir][gpu] Support dynamic_shared_memory Op with vector dialect (#74475)

`gpu.dynamic_shared_memory` currently does not get lowered when it is
used with vector dialect. The reason is that vector-to-llvm conversion
is not included in gpu-to-nvvm. This PR includes that and adds a test.




More information about the All-commits mailing list