mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Address comments by bsteiner.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user