aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/BUILD
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2016-07-12 16:44:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-12 17:49:07 -0700
commit10211a6c8e168f54ac0096d6fc7bc6fd7346e6fe (patch)
tree91b60d7a54fcd3b94853e0810ebea1f947308eb5 /third_party/eigen3/BUILD
parent0147623ef871c240fb79236fa21f45e147f725d3 (diff)
Switched to the latest version of Eigen that provides significant performance
improvements for fp16 Added SpecialFunctions to the list of eigen headers TensorFlow depends on Change: 127264575
Diffstat (limited to 'third_party/eigen3/BUILD')
-rw-r--r--third_party/eigen3/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/eigen3/BUILD b/third_party/eigen3/BUILD
index e942a80b2d..74d4212d1e 100644
--- a/third_party/eigen3/BUILD
+++ b/third_party/eigen3/BUILD
@@ -8,6 +8,7 @@ cc_library(
"Eigen/Cholesky",
"Eigen/Eigenvalues",
"Eigen/QR",
+ "unsupported/Eigen/SpecialFunctions",
"unsupported/Eigen/CXX11/Tensor",
"unsupported/Eigen/CXX11/FixedPoint",
"unsupported/Eigen/CXX11/src/FixedPoint/*.h",