aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3/Eigen
Commit message (Collapse)AuthorAge
...
* Backported several changes from the upstream version of EigenGravatar Benoit Steiner2016-01-29
| | | | Change: 113371678
* Fix OSS builds.Gravatar Vijay Vasudevan2016-01-26
| | | | Change: 113114631
* Rollback of "Add new matrix_solve_ls op for solving linear least-squares ↵Gravatar A. Unique TensorFlower2016-01-26
| | | | | | | problems." Doesn't work in OSS Change: 113103348
* Running our linter on a lot of files.Gravatar Vijay Vasudevan2016-01-24
| | | | Change: 112920860
* Improved the performance of tensor contractions and spatial convolutions on CPU:Gravatar Benoit Steiner2016-01-22
| | | | | | * Move some checks out of inner loops * Split the mapper in 2: a base mapper, and a sub-mapper. This reduces the number of variables that are contained in the base mapper and helps reduce register spills Change: 112809881
* Upgrade to the latest version of eigen which improves the performance ofGravatar Benoit Steiner2016-01-15
| | | | | matrix-vector products and provides various fixes for CUDA. Change: 112298067
* Upgraded to the latest version of Eigen, which fixes a compilation error asGravatar Benoit Steiner2016-01-11
| | | | | well the crash reported in https://github.com/tensorflow/tensorflow/issues/713. Change: 111874622
* Rollback of "Pulled the latest version of Eigen, which offers much faster ↵Gravatar Vijay Vasudevan2016-01-08
| | | | | | reductions on GPU" Change: 111739152
* Added 'logging' import to control_flow_ops which is used in the file but not ↵Gravatar A. Unique TensorFlower2016-01-05
| | | | | | imported. Change: 110842260
* Change: 110413131Gravatar Vijay Vasudevan2015-12-16
|
* Switched to the open source version of EigenGravatar A. Unique TensorFlower2015-12-16
| | | | Change: 110406666
* TensorFlow: upstream changes from Eigen to make build workGravatar Vijay Vasudevan2015-12-08
| | | | with nvcc in debug mode.
* TensorFlow: upstream changes from eigen to fix build fromGravatar Vijay Vasudevan2015-12-02
| | | | changes in last commit.
* TensorFlow: Removal of large assets and small other fixes.Gravatar Vijay Vasudevan2015-11-18
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Remove all large assets from the repoistory, incuding the other 50MiB model protobuf and a lot of images in our g3doc directory. We will maintain these assets externally for now. g3doc images may be broken for a little bit, but the website will be fine, which is the important resource. By @vrv and @petewarden. Updates READMES to reflect the external model resources. - Fix to saver's latest_checkpoint function by Zhifeng - Made protos visibility public by @vrv - Updates to docs by @mrry, Andy - Embed tensorboard resource for summary icon by Daniel - More updates to backwars compat by @josh11b Base CL: 108194981
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108