From e55deb21c59109f3ed2ade858031116503b2c313 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Thu, 12 May 2016 14:07:22 -0700 Subject: Improvements to parallelFor. Move some scalar functors from TensorFunctors. to Eigen core. --- unsupported/Eigen/CXX11/Tensor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/Tensor') diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor index 1e97ad3c0..e45612b58 100644 --- a/unsupported/Eigen/CXX11/Tensor +++ b/unsupported/Eigen/CXX11/Tensor @@ -69,6 +69,7 @@ typedef unsigned __int64 uint64_t; #include "src/Tensor/TensorMacros.h" #include "src/Tensor/TensorForwardDeclarations.h" #include "src/Tensor/TensorMeta.h" +#include "src/Tensor/TensorCostModel.h" #include "src/Tensor/TensorDeviceDefault.h" #include "src/Tensor/TensorDeviceThreadPool.h" #include "src/Tensor/TensorDeviceCuda.h" @@ -83,7 +84,6 @@ typedef unsigned __int64 uint64_t; #include "src/Tensor/TensorBase.h" -#include "src/Tensor/TensorCostModel.h" #include "src/Tensor/TensorEvaluator.h" #include "src/Tensor/TensorExpr.h" #include "src/Tensor/TensorReduction.h" -- cgit v1.2.3