From 36df67b17c0057725661f11065c87509a3cc898f Mon Sep 17 00:00:00 2001 From: Kexin Zhao Date: Wed, 29 Nov 2017 16:30:55 -0800 Subject: [PATCH] small fix --- paddle/math/float16.h | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/math/float16.h b/paddle/math/float16.h index 778b48bce8d..f805cad08bf 100644 --- a/paddle/math/float16.h +++ b/paddle/math/float16.h @@ -735,6 +735,5 @@ HOSTDEVICE inline bool operator>(const float16& a, const float16& b) { HOSTDEVICE inline bool operator>=(const float16& a, const float16& b) { return float(a) >= float(b); } - #endif } // namespace paddle -- GitLab