Eigen Tensor cost model part 2: Thread scheduling for standard evaluators and reductions. The cost model is turned off by default.

This commit is contained in:
Rasmus Munk Larsen
2016-04-14 18:28:23 -07:00
parent aeb5494a0b
commit 07ac4f7e02
4 changed files with 110 additions and 96 deletions

View File

@@ -10,9 +10,9 @@
#ifndef EIGEN_CXX11_TENSOR_TENSOR_COST_MODEL_H
#define EIGEN_CXX11_TENSOR_TENSOR_COST_MODEL_H
#if !defined(EIGEN_USE_GPU)
#define EIGEN_USE_COST_MODEL
#endif
//#if !defined(EIGEN_USE_GPU)
//#define EIGEN_USE_COST_MODEL
//#endif
namespace Eigen {