提交 5b41fe42 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #2043 from hedaoyuan/fix_2024

Remove the feenableexcept in initPaddle.
......@@ -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" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册