Disable normcdfinvf on __host__

Change-Id: If7bfc9826a09eb9b7675ea2a417b9418759b7912


[ROCm/hip commit: 4ff01c971f]
This commit is contained in:
Maneesh Gupta
2017-05-30 15:45:22 +05:30
parent b3e01ed74f
commit 56bf96c6df
+4 -4
Vedi File
@@ -937,10 +937,10 @@ __host__ void sincospi(double x, double *sptr, double *cptr)
*cptr = std::cos(HIP_PI*x);
}
__host__ float normcdfinvf(float x)
{
return std::sqrt(2) * erfinvf(2*x-1);
}
//__host__ float normcdfinvf(float x)
//{
// return std::sqrt(2) * erfinvf(2*x-1);
//}
//__host__ double normcdfinv(double x)
//{