aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-01-12 18:09:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-12 18:33:38 -0800
commit769496bb0d3093a5531268635d364950c93327d6 (patch)
tree52c41f118733eecdbcd470a5cf12c37100a1e7e0 /third_party/eigen3
parentbb4d61d06a47d9783e4f3b66161fcfc084ab2273 (diff)
Merge changes from github.
Change: 144396000
Diffstat (limited to 'third_party/eigen3')
-rw-r--r--third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint b/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint
index 8e55a1f3e8..b0a73aac79 100644
--- a/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint
+++ b/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint
@@ -32,14 +32,12 @@
// Use optimized implementations whenever available
#ifdef EIGEN_VECTORIZE_AVX512
-#include "src/Tensor/TensorContractionThreadPool.h"
#include "src/FixedPoint/PacketMathAVX512.h"
#include "src/FixedPoint/TypeCastingAVX512.h"
#elif defined EIGEN_VECTORIZE_AVX2
#define EIGEN_USE_OPTIMIZED_INT8_UINT8_MAT_MAT_PRODUCT
#define EIGEN_USE_OPTIMIZED_INT16_INT16_MAT_MAT_PRODUCT
-#include "src/Tensor/TensorContractionThreadPool.h"
#include "src/FixedPoint/PacketMathAVX2.h"
#include "src/FixedPoint/MatMatProductAVX2.h"
#include "src/FixedPoint/TypeCastingAVX2.h"