[PATCH] D78020: clang/AMDGPU: Assume denormals are enabled for the default target.

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 07:27:46 PDT 2020


arsenm added a comment.

In D78020#1978034 <https://reviews.llvm.org/D78020#1978034>, @yaxunl wrote:

> I think https://reviews.llvm.org/D78019 should fix the issue about HIP not using correct default denormal value if no arch is specified.
>
> In that case, driver actually sets offloading arch to gfx803 and clang should be able to see it in JobAction.


I just tried again and you're right, the function does see the explicit GK_GFX803


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78020/new/

https://reviews.llvm.org/D78020





More information about the cfe-commits mailing list