Add math function declaration for hip-clang

Tá an tiomantas seo le fáil i:
Yaxun (Sam) Liu
2018-05-25 12:22:16 -04:00
tuismitheoir 323a6226b0
tiomantas f9693a9210
+5 -1
Féach ar an gComhad
@@ -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