Merge pull request #2043 from hedaoyuan/fix_2024

Remove the feenableexcept in initPaddle.
feature/design_of_v2_layer_converter
Yu Yang 8 years ago committed by GitHub
commit 5b41fe4217

@ -25,7 +25,6 @@ limitations under the License. */
static void initPaddle(int argc, char** argv) {
paddle::initMain(argc, argv);
paddle::initPython(argc, argv);
feenableexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW);
}
extern "C" {

Loading…
Cancel
Save