[all-commits] [llvm/llvm-project] 91f3cd: [mlir][gpu] Pattern to promote `gpu.shuffle` to sp...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Tue May 13 03:27:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91f3cdbd4f173c534d718322ef6b1ec537024af6
      https://github.com/llvm/llvm-project/commit/91f3cdbd4f173c534d718322ef6b1ec537024af6
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.td
    M mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
    M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
    A mlir/lib/Dialect/GPU/Transforms/PromoteShuffleToAMDGPU.cpp
    A mlir/test/Dialect/GPU/promote-shuffle-amdgpu.mlir

  Log Message:
  -----------
  [mlir][gpu] Pattern to promote `gpu.shuffle` to specialized AMDGPU ops (#137109)

Only swizzle promotion for now, may add DPP ops support later.



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