mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typos: misspellings, French variable names, and hyphenation
libeigen/eigen!2185 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -222,7 +222,7 @@ struct TensorEvaluator<const TensorContractionOp<Indices, LeftArgType, RightArgT
|
||||
Index nn = numext::div_ceil(nn0, gn);
|
||||
|
||||
// If there is enough concurrency in the sharding dimension, we choose not
|
||||
// to paralellize by the other dimension, and execute all kernels in sync
|
||||
// to parallelize by the other dimension, and execute all kernels in sync
|
||||
// mode. This reduces parallelism from the nm x nn down to nn
|
||||
// (shard_by_col==true) or nm (shard_by_col==false).
|
||||
const Index sharding_dim_tasks = shard_by_col ? nn : nm;
|
||||
|
||||
Reference in New Issue
Block a user