提交 4a330094 编写于 作者: Y Yu Yang

Add log

上级 9824e8f3
......@@ -795,6 +795,7 @@ void ParallelExecutor::RunOp(
auto op_run = [ready_buffer, op, this] {
try {
VLOG(10) << op->DebugString();
op->Run();
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.
先完成此消息的编辑!
想要评论请 注册