Revert "Changes to HIP to cope with Promote-free HCC"

This reverts commit 0005dd5f66.

Change-Id: I20a9bab3883ad09913b320210344d37599cb8fcd
This commit is contained in:
Wen-Heng (Jack) Chung
2017-03-14 22:58:41 +08:00
parent 62870fdc39
commit 17af837120
8 changed files with 20 additions and 13 deletions
+1 -2
View File
@@ -202,8 +202,7 @@ __device__ long long int llroundf(float x)
int y = hc::precise_math::roundf(x);
long long int z = y;
return z;
}
__device__ float log10f(float x)
}__device__ float log10f(float x)
{
return hc::precise_math::log10f(x);
}