mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-29 23:34:12 +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);
|
computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, mc_, nc_, num_threads);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (kc_ && mc_ && nc_) {
|
computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, nc_, mc_, num_threads);
|
||||||
mc_ = (((m / num_threads) + 15) / 16) * 16;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user