This is an archive of the discontinued LLVM Phabricator instance.

[HIP] Fix overloaded function for _Float16
AcceptedPublic

Authored by yaxunl on Apr 22 2021, 1:50 PM.

Details

Reviewers
tra
Summary

Specializes __hip::is_arithmetic<_Float16> so that
overloaded functions with _Float16 arguments resolve
properly in a similar way as standard C++ header.

Diff Detail

Event Timeline

yaxunl requested review of this revision.Apr 22 2021, 1:50 PM
yaxunl created this revision.
tra accepted this revision.Apr 22 2021, 2:46 PM
This revision is now accepted and ready to land.Apr 22 2021, 2:46 PM