Address comments by bsteiner.

This commit is contained in:
Rasmus Munk Larsen
2016-05-12 16:54:19 -07:00
parent e55deb21c5
commit 989e419328
3 changed files with 5 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ struct ThreadPoolDevice {
barrier.Wait();
}
// Convinience wrapper for parallelFor that does not align blocks.
// Convenience wrapper for parallelFor that does not align blocks.
void parallelFor(Index n, const TensorOpCost& cost,
std::function<void(Index, Index)> f) const {
parallelFor(n, cost, nullptr, std::move(f));