[PATCH] D100794: [HIP] Support overloaded math functions for hipRTC
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 20 16:27:26 PDT 2021
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: clang/lib/Headers/__clang_hip_cmath.h:347
+ static const bool value = !is_same<type, void>::value;
};
----------------
Nit: `}; // namespace __hip`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100794/new/
https://reviews.llvm.org/D100794
More information about the cfe-commits
mailing list