From 8eff1b3af48823b9adb8953d6413364a233676c2 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. [ROCm/hip commit: 02fc25de4cb20e452951ca738917b9c4a4ac7691] --- projects/hip/src/math_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/src/math_functions.cpp b/projects/hip/src/math_functions.cpp index 9dd27a7082..9118318469 100644 --- a/projects/hip/src/math_functions.cpp +++ b/projects/hip/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) {