[llvm] [AMDGPU] Extend wave reduce intrinsics for i32 type (PR #126469)

Pravin Jagtap via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 08:27:02 PST 2025


pravinjagtap wrote:

> Do these implement the prefix sum / scan?

No, work for adding scan builtins is under development. Given class of intrinsics just performs the reductions (final reduced value will be in SGPR). You will find the use case here https://github.com/llvm/llvm-project/pull/121148


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


More information about the llvm-commits mailing list