aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/unsupported/Eigen
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-06-27 14:53:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-27 16:03:15 -0700
commit7a62f1e0be05291cf046f57482f364e0033f6e05 (patch)
tree9a5370067004ccd321e04d7e765e9656fb414c9d /third_party/eigen3/unsupported/Eigen
parent370a6d4e91ffcaa155dfc72a74ca082c987580f3 (diff)
Adds a "currentThreadIndex" method to Eigen's ThreadPoolDevice. Use it to handle per-thread buffer allocation for the tileable executor without resorting to thread_local that is not fully supported on Android.
Change: 126009029
Diffstat (limited to 'third_party/eigen3/unsupported/Eigen')
-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 b06ce21323..708503dec5 100644
--- a/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
+++ b/third_party/eigen3/unsupported/Eigen/CXX11/Tensor
@@ -1 +1 @@
-#include "eigen-eigen-802d984ade26/unsupported/Eigen/CXX11/Tensor"
+#include "eigen-eigen-334b1d428283/unsupported/Eigen/CXX11/Tensor"