From 954b7dadf7b07f86737c8bec65e88bf819b44a03 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Sat, 2 Dec 2017 00:03:10 +0000 Subject: [PATCH] Remove stray leftover comment. --- hipamd/src/math_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/src/math_functions.cpp b/hipamd/src/math_functions.cpp index 9dd27a7082..9118318469 100644 --- a/hipamd/src/math_functions.cpp +++ b/hipamd/src/math_functions.cpp @@ -96,7 +96,7 @@ __device__ float erff(float x) } __device__ float erfinvf(float y) { - return hc::precise_math::erfinvf(y);//__hip_erfinvf(y); + return hc::precise_math::erfinvf(y); } __device__ float exp10f(float x) {