[PATCH] D78020: clang/AMDGPU: Assume denormals are enabled for the default target.
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 10:12:15 PDT 2020
yaxunl added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78020/new/
https://reviews.llvm.org/D78020
More information about the cfe-commits
mailing list