aboutsummaryrefslogtreecommitdiffhomepage
path: root/eigen.BUILD
Commit message (Collapse)AuthorAge
* 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
* Change: 111880705Gravatar Vijay Vasudevan2016-01-11
|
* 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
* Switched to the open source version of EigenGravatar A. Unique TensorFlower2015-12-16
Change: 110406666