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

Jakub Kuderski llvmlistbot at llvm.org
Sat Aug 9 07:03:01 PDT 2025


kuhar wrote:

In my view, broadcasting a lane is a fundamental primitive both at the level of the SIMT programming model and the hardware. It can be emulated with shuffles, but not efficiently without some idiom recognition.

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


More information about the Mlir-commits mailing list