[llvm] [AMDGPU] Support double type in atomic optimizer. (PR #84307)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 01:23:55 PDT 2024


jayfoad wrote:

> > It looks like this patch only affects "noret" cases with uniform input values, so it does not compute any reductions or scans, so it does not exercise either the Iterative or the DPP algorithm.
> 
> It affects both `ret` & `no-ret` cases but only for uniform values (in this patch).

Can you explain that in the description please?

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


More information about the llvm-commits mailing list