Add more log

helinwang-patch-1
Yu Yang 7 years ago
parent 1f063d0900
commit 515e516e77

@ -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);
}

Loading…
Cancel
Save