From 3d3d34e4422bc59172bcae807b0b5ad920aa90e4 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Mon, 25 Jul 2016 08:53:37 -0700 Subject: [PATCH] Deleted dead code. --- unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h | 3 --- 1 file changed, 3 deletions(-) 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); }