Skip to content

Commit 36df67b

Browse files
committed
small fix
1 parent 4901184 commit 36df67b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/math/float16.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,5 @@ HOSTDEVICE inline bool operator>(const float16& a, const float16& b) {
735735
HOSTDEVICE inline bool operator>=(const float16& a, const float16& b) {
736736
return float(a) >= float(b);
737737
}
738-
739738
#endif
740739
} // namespace paddle

0 commit comments

Comments
 (0)