diff --git a/src/math_functions.cpp b/src/math_functions.cpp index 151627fc73..f66f0a4312 100644 --- a/src/math_functions.cpp +++ b/src/math_functions.cpp @@ -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) //{