helinwang-patch-1
Yu Yang 7 years ago
parent 9824e8f311
commit 4a330094f9

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

Loading…
Cancel
Save