aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-06-07 14:05:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-07 15:18:18 -0700
commit03dba169c65953266713800fd05d6d151194d4f7 (patch)
treef9737ed65295d400870a14167c9f1507b7588852 /third_party/eigen3/Eigen/Core
parentc32ef5a6b7bbcacfe39f20bc7bea9514a505c74f (diff)
Improved the performance of full reductions on GPU.
NEW BM_fullReduction/10 4591 4595 153149 20.8M items/s BM_fullReduction/64 5073 5075 100000 770.0M items/s BM_fullReduction/512 9067 9070 75263 26.9G items/s BM_fullReduction/4k 243984 244125 2868 64.0G items/s BM_fullReduction/5k 359125 359273 1951 64.8G items/s OLD BM_fullReduction/10 9085 9087 74395 10.5M items/s BM_fullReduction/64 9478 9478 72014 412.1M items/s BM_fullReduction/512 14643 14646 46902 16.7G items/s BM_fullReduction/4k 260338 260384 2678 60.0G items/s BM_fullReduction/5k 385076 385178 1818 60.5G items/s Change: 124290852
Diffstat (limited to 'third_party/eigen3/Eigen/Core')
-rw-r--r--third_party/eigen3/Eigen/Core2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/eigen3/Eigen/Core b/third_party/eigen3/Eigen/Core
index 787e1c076e..380cf7124b 100644
--- a/third_party/eigen3/Eigen/Core
+++ b/third_party/eigen3/Eigen/Core
@@ -1 +1 @@
-#include "eigen-eigen-0c0b79ecd74c/Eigen/Core"
+#include "eigen-eigen-62a2305d5734/Eigen/Core"