提交 515e516e 编写于 作者: Y Yu Yang

Add more log

上级 1f063d09
......@@ -747,8 +747,9 @@ void ParallelExecutor::RunOp(
auto op_run = [ready_buffer, op, this] {
try {
VLOG(10) << op->DebugString();
VLOG(10) << op->DebugString() << " " << this;
op->Run();
VLOG(10) << "Done " << this;
for (auto *ready : *ready_buffer) {
ready->store(true, std::memory_order_release);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册