release/0.11.0
Kexin Zhao 7 years ago
parent 4901184ee9
commit 36df67b17c

@ -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

Loading…
Cancel
Save