[dnn/gemm] added some bounds checking

This commit is contained in:
Philippe Tillet
2019-07-19 21:32:55 -07:00
parent 5215fb0424
commit 28c250216c
5 changed files with 36 additions and 37 deletions

View File

@@ -49,7 +49,7 @@ void loop_nest(std::vector<size_t> const & ranges,
values[i--] = 0;
}
i = D - 1;
// Small sleep so that the thread pool doesn't grow too big
// Short sleep so that the thread pool doesn't grow too big
std::this_thread::sleep_for(std::chrono::microseconds(1));
}
}