Commit 12697c05 authored by Robert Kimball's avatar Robert Kimball

Allow async read

parent 92772d7b
......@@ -88,6 +88,7 @@ static void
current_iteration++;
data_written = false;
s_condition.notify_all();
lock.unlock();
for (size_t result_index = 0; result_index < results.size(); result_index++)
{
const shared_ptr<runtime::HostTensor>& data = tensors.result_data[result_index];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment