[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
Mon Apr 13 10:12:16 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.


It doesn't, that patch is the parent of this one. This use an empty offloading arch and I wasn't sure where the codegen default was forced


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

https://reviews.llvm.org/D78020





More information about the cfe-commits mailing list