mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merged in rmlarsen/eigen (pull request PR-188)
Minor cleanups: 1. Get rid of a few unused variables. 2. Get rid of last uses of EIGEN_USE_COST_MODEL.
This commit is contained in:
@@ -568,10 +568,6 @@ struct TensorEvaluator<const TensorContractionOp<Indices, LeftArgType, RightArgT
|
||||
(parallel_pack_ ? nm_ + nn_ : (shard_by_col_ ? nn_ : nm_)) +
|
||||
nm_ * nn_;
|
||||
if (k < nk_) {
|
||||
// It is important to copy out nm_ and nn_, because once we kick off
|
||||
// the last packing operation this and device_ can be destroyed.
|
||||
Index nm = nm_;
|
||||
Index nn = nn_;
|
||||
// Issue lhs/rhs packing. Their completion will in turn kick off
|
||||
// kernels.
|
||||
if (parallel_pack_) {
|
||||
|
||||
Reference in New Issue
Block a user