[Mlir-commits] [mlir] [mlir][gpu] Add `broadcast_lane` op (PR #152808)

Guray Ozen llvmlistbot at llvm.org
Sat Aug 9 06:57:44 PDT 2025


grypp wrote:

As far as I understand, there is a difference between shuffle and broadcast here, but this distinction exists only for AMDGPU. I’m not familiar with Intel GPUs or others, but NVIDIA GPUs don’t have this distinction.


I’d recommend implementing this op in the AMD-specific dialect rather than in the target agnostic GPU dialect.

https://github.com/llvm/llvm-project/pull/152808


More information about the Mlir-commits mailing list