提交 7289e758 编写于 作者: Y Yu Yang

Udpate

上级 e6bc7bb0
...@@ -204,8 +204,8 @@ void ThreadedSSAGraphExecutor::RunOp( ...@@ -204,8 +204,8 @@ void ThreadedSSAGraphExecutor::RunOp(
VLOG(10) << op << " " << op->Name() << "Signal posted"; VLOG(10) << op << " " << op->Name() << "Signal posted";
} catch (platform::EnforceNotMet ex) { } catch (platform::EnforceNotMet ex) {
exception_.reset(new platform::EnforceNotMet(ex)); exception_.reset(new platform::EnforceNotMet(ex));
} catch (...) { } catch (std::exception &exp) {
LOG(FATAL) << "Unknown exception catched"; LOG(FATAL) << exp.what();
} }
}; };
if (pool_) { if (pool_) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册