Fix __HIP_DEVICE_COMPILE__ not defined when hip/math_functions.h is included

This fixes build failure in TensorFlow 1.8 for HCC
This commit is contained in:
Yaxun Sam Liu
2018-08-07 17:14:39 -04:00
orang tua dacb18414e
melakukan 450ea49df0
2 mengubah file dengan 15 tambahan dan 0 penghapusan
+1
Melihat File
@@ -27,6 +27,7 @@ THE SOFTWARE.
// paths to provide a consistent include env and avoid "missing symbol" errors that only appears
// on NVCC path:
#include <hip/hip_common.h>
#if defined(__HIP_PLATFORM_HCC__) && !defined(__HIP_PLATFORM_NVCC__)
#include <hip/hcc_detail/math_functions.h>