mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Merged latest updates from trunk
This commit is contained in:
commit
66b215b742
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user