[PATCH] D100794: [HIP] Support overloaded math functions for hipRTC
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 20 20:01:06 PDT 2021
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/lib/Headers/__clang_hip_cmath.h:347
+ static const bool value = !is_same<type, void>::value;
};
----------------
tra wrote:
> Nit: `}; // namespace __hip`
will do
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100794/new/
https://reviews.llvm.org/D100794
More information about the cfe-commits
mailing list