[all-commits] [llvm/llvm-project] 42aa5a: [mlir][GPU] Plumb range information through the NV...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Fri Sep 13 07:38:37 PDT 2024


  Branch: refs/heads/users/krzysz00/nvvm-range-plumbing
  Home:   https://github.com/llvm/llvm-project
  Commit: 42aa5aa88c4431ba514a801a98a826ffb9bd5a4a
      https://github.com/llvm/llvm-project/commit/42aa5aa88c4431ba514a801a98a826ffb9bd5a4a
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/lib/Target/LLVMIR/Dialect/NVVM/LLVMIRToNVVMTranslation.cpp
    M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
    M mlir/test/Target/LLVMIR/Import/nvvmir.ll
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  [mlir][GPU] Plumb range information through the NVVM lowterings

Update the GPU to NVVM lowerings to correctly propagate range
information on IDs and dimension queries, etiher from
known_{block,grid}_size attributes or from `upperBound` annotations on
the operations themselves.


  Commit: a6aa818b7cfb8881460eb98fe0fcece12b322bf9
      https://github.com/llvm/llvm-project/commit/a6aa818b7cfb8881460eb98fe0fcece12b322bf9
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  Put trailing whitespace back


  Commit: 7982bc69d5c20133d183a55a7953b33ffaaa7818
      https://github.com/llvm/llvm-project/commit/7982bc69d5c20133d183a55a7953b33ffaaa7818
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  Add test, update for new range syntax from PR below


  Commit: b2cfba77925f63a4367c1f5c668d10d3f671d2ca
      https://github.com/llvm/llvm-project/commit/b2cfba77925f63a4367c1f5c668d10d3f671d2ca
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir

  Log Message:
  -----------
  Give lane_id a default range


Compare: https://github.com/llvm/llvm-project/compare/b974c8bc53d5...b2cfba77925f

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list