Add math function declaration for hip-clang

This commit is contained in:
Yaxun (Sam) Liu
2018-05-25 12:22:16 -04:00
förälder 7042fe6067
incheckning f53e86e1b8
+5 -1
Visa fil
@@ -514,7 +514,9 @@ extern void ihipPostLaunchKernel(const char* kernelName, hipStream_t stream, gri
* @}
*/
//
// hip-clang functions
//
#elif defined(__clang__) && defined(__HIP__)
#define HIP_KERNEL_NAME(...) __VA_ARGS__
@@ -628,6 +630,8 @@ __DEVICE__ void inline __assert_fail(const char * __assertion,
}
#pragma push_macro("__DEVICE__")
#include <hip/hcc_detail/math_functions.h>
#endif
#endif // HIP_HCC_DETAIL_RUNTIME_H