aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
diff options
context:
space:
mode:
authorGravatar Igor Babuschkin <igor@babuschk.in>2016-07-19 20:15:32 +0100
committerGravatar Vijay Vasudevan <vrv@google.com>2016-07-19 12:15:32 -0700
commitc5983f87f0402f2cb8c627807917ebdf8e4d4bb6 (patch)
tree8d7fd917f4675fa9cf7962ede8b3544e55c35b74 /third_party/eigen3/unsupported/Eigen/CXX11/Tensor
parentdadf364f8592860dc42c89f9b307b0ab5f011319 (diff)
Simplify Eigen package config (#3288)
* Simplify Eigen package config * Add missing unsupported/Eigen/* * Fix pip setup.py * Adjust new eigen header * Fix bazel include dependency error * Adjust Makefile to work with Eigen changes * Remove nvcc workaround for CUDA <= 6.0 CUDA versions prior to 6.5 gave an error: kernel launches from templates are not allowed in system files error when using gcc v4.8 and including code that uses templated kernel launches via `-isystem`. In order to work around this, the GPU crosstool converted `-isystem` arguments containing the cuda headers into `-iquote` arguments. This workaround has now been removed. * Configure cmake and make to get eigen version from tensorflow/workspace.bzl
Diffstat (limited to 'third_party/eigen3/unsupported/Eigen/CXX11/Tensor')
-rw-r--r--third_party/eigen3/unsupported/Eigen/CXX11/Tensor2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/eigen3/unsupported/Eigen/CXX11/Tensor b/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
index f1fb5ed77b..41db119921 100644
--- a/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
+++ b/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
@@ -1 +1 @@
-#include "eigen-eigen-b4fa9622b809/unsupported/Eigen/CXX11/Tensor"
+#include "unsupported/Eigen/CXX11/Tensor"