Add math function declaration for hip-clang

This commit is contained in:
Yaxun (Sam) Liu
2018-05-25 12:22:16 -04:00
parent 323a6226b0
commit f9693a9210
+5 -1
View File
@@ -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