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