forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to the latest version of eigen which improves the performance of
matrix-vector products and provides various fixes for CUDA. Change: 112298067
- Loading branch information
1 parent
2302df7
commit 0cc8848
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#include "external/eigen_archive/eigen-eigen-5651786d5e59/Eigen/Cholesky" | ||
#include "external/eigen_archive/eigen-eigen-d861b41b1996/Eigen/Cholesky" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#include "external/eigen_archive/eigen-eigen-5651786d5e59/Eigen/Core" | ||
#include "external/eigen_archive/eigen-eigen-d861b41b1996/Eigen/Core" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#include "external/eigen_archive/eigen-eigen-5651786d5e59/Eigen/Eigenvalues" | ||
#include "external/eigen_archive/eigen-eigen-d861b41b1996/Eigen/Eigenvalues" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#include "external/eigen_archive/eigen-eigen-5651786d5e59/Eigen/LU" | ||
#include "external/eigen_archive/eigen-eigen-d861b41b1996/Eigen/LU" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#include "external/eigen_archive/eigen-eigen-5651786d5e59/unsupported/Eigen/CXX11/Tensor" | ||
#include "external/eigen_archive/eigen-eigen-d861b41b1996/unsupported/Eigen/CXX11/Tensor" |