diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h index 9075fb3fa..a116bf17f 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h @@ -159,9 +159,6 @@ class TensorExecutor { #else size_t num_threads = device.numThreads(); if (num_threads > 1) { - // FIXME: the following line is broken (see bug 1255), - // but maybe the cost should be used somewhere to drive the execution. - //cost = evaluator.costPerCoeff(Vectorizable) num_threads = TensorCostModel::numThreads( size, evaluator.costPerCoeff(Vectorizable), num_threads); }