From d956204ab20ec571706f41d8aefde829e8e5f704 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Wed, 26 Sep 2018 17:03:30 -0700 Subject: Remove "false &&" left over from test. --- unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h index 57fe7cf99..70eec78fe 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h @@ -148,7 +148,7 @@ struct TensorEvaluator::numThreads( static_cast(n) * m, cost, this->m_device.numThreads()); int num_threads_by_k = numThreadsInnerDim(m, n, k); - if (false && shardByInnerDim(m, n, k, num_threads, num_threads_by_k)) { + if (shardByInnerDim(m, n, k, num_threads, num_threads_by_k)) { // We are in the scenario where it is more effective to shard by the // inner dimension. this->template evalShardedByInnerDim(num_threads_by_k, -- cgit v1.2.3