mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merged latest updates from trunk
This commit is contained in:
@@ -35,9 +35,7 @@ class TensorContractionBlocking {
|
||||
computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, mc_, nc_, num_threads);
|
||||
}
|
||||
else {
|
||||
if (kc_ && mc_ && nc_) {
|
||||
mc_ = (((m / num_threads) + 15) / 16) * 16;
|
||||
}
|
||||
computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, nc_, mc_, num_threads);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user