This revision was automatically updated to reflect the committed changes.
Closed by commit rC352488: [CUDA][HIP] Do not diagnose use of _Float16
(authored by yaxunl, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57369/new/
https://reviews.llvm.org/
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
Okay.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57369/new/
https://reviews.llvm.org/D57369
___
cfe-commits mailing list
cfe-comm
yaxunl created this revision.
yaxunl added reviewers: rjmccall, tra.
r352221 caused regressions in CUDA/HIP since device function may use _Float16
whereas host does not support it.
In this case host compilation should not diagnose usage of _Float16 in device
functions or variables.
For now just