aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Fixed a compilation error when targeting cuda 3.0 devices such as the onesGravatar Benoit Steiner2016-04-20
| | | | | offered by AWS Change: 120369420
* Upgraded to the latest version of Eigen that adds support for computing theGravatar Benoit Steiner2016-04-14
| | | | | sigmoid of fp16 and introduces a condition estimator. Change: 119907721
* Added support for trigonometric and transcendental functions of half floatsGravatar Benoit Steiner2016-04-14
| | | | Change: 119850987
* Upgraded to the latest version of Eigen that provides significant performanceGravatar Benoit Steiner2016-04-13
| | | | | improvements for fp16 Change: 119771118
* Minimal open source CUPTI GPU Tracer.Gravatar A. Unique TensorFlower2016-04-13
| | | | Change: 119768540
* Made isinf, isnan, isfinite, ceil and floor work with 16 bit floats.Gravatar Benoit Steiner2016-04-09
| | | | Change: 119458778
* Upgraded to the latest version of Eigen that has bug fixes for complex numbersGravatar Benoit Steiner2016-04-08
| | | | | as well as fp16 Change: 119398881
* Fix genrules that didn't work when TensorFlow was imported as a submodule ↵Gravatar Kiril Gorovoy2016-04-07
| | | | | | and compiled with --config=cuda. Change: 119318629
* Upgraded to the latest version of eigen that introduces implementations of ↵Gravatar Benoit Steiner2016-04-07
| | | | | | | the zeta and polygamma functions, as well as improved support for float16. Change: 119279101
* Upgrade to the latest version of Eigen that provides better support for float16Gravatar Benoit Steiner2016-04-04
| | | | | and fixes the computation of absolute values on gpu. Change: 119001808
* Merge changes from github.Gravatar Vijay Vasudevan2016-03-29
| | | | Change: 118532471
* Upgraded to the latest version of EigenGravatar Benoit Steiner2016-03-28
| | | | Change: 118414762
* Upgraded to the latest version of Eigen that provides better support for fp16.Gravatar Benoit Steiner2016-03-28
| | | | | Use Eigen mod functors directly instead of duplicating them. Change: 118362359
* Move the NeuralNetwork code out of third_party/eigen3 and intoGravatar Benoit Steiner2016-03-23
| | | | | tensorflow/core/kernel. Change: 117941211
* Update Eigen NN headers in staging repo to match public contents.Gravatar Vijay Vasudevan2016-03-22
|
* Re-rollback of "TensorFlow: move eigen some NN code from our ↵Gravatar Vijay Vasudevan2016-03-18
| | | | | | | third_party/eigen3 copy to being part of TF, add tests." Change: 117608627
* Rollforward of "TensorFlow: move eigen some NN code from our ↵Gravatar Vijay Vasudevan2016-03-18
| | | | | | | third_party/eigen3 copy to being part of TF, add tests." Change: 117587217
* TensorFlow: update eigen to latest change to fix TensorChippingGravatar Vijay Vasudevan2016-03-18
| | | | Change: 117570343
* Rollback of "TensorFlow: move eigen some NN code from our third_party/eigen3 ↵Gravatar Vijay Vasudevan2016-03-18
| | | | | | | copy to being part of TF, add tests." Change: 117519243
* TensorFlow: move eigen some NN code from our third_party/eigen3 copyGravatar Vijay Vasudevan2016-03-18
| | | | | to being part of TF, add tests. Change: 117509710
* TensorFlow: update eigen to latest release that has a fix to too large frame.Gravatar Vijay Vasudevan2016-03-18
| | | | Change: 117506296
* Added basic support for float16 on CPUs and older GPUs.Gravatar Benoit Steiner2016-03-18
| | | | | Also fixed compilation issues with cuda devices that support the compute model 5.3 Change: 117493644
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
| | | | Change: 117375570
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
| | | | Change: 117304114
* Merge changes from github.Gravatar Martin Wicke2016-03-16
| | | | Change: 117301677
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
| | | | Change: 116925769
* Upgraded to a newer version of Eigen that fixes a compilation error on AndroidGravatar Benoit Steiner2016-03-09
| | | | Change: 116831720
* Upgraded eigen to make it possible to compile a binary that takes advantage ofGravatar Benoit Steiner2016-03-09
| | | | | both avx instructions and cuda to run as fast as possible. Change: 116775924
* Upgraded to a new version of Eigen that adds the ability to pad using valuesGravatar Benoit Steiner2016-03-08
| | | | | other than 0 and significantly speeds up a number of computations on GPUs. Change: 116607765
* Changed the cuda_crosstool_condition to check for a define of using_cuda.Gravatar Manjunath Kudlur2016-03-07
| | | | | | Checking for a specific crosstool_top directory doesn't work when TensorFlow is a sub-module for a different project. Change: 116592676
* Added the ability to convert between floats and float16 on Kepler and MaxwellGravatar Benoit Steiner2016-03-05
| | | | | GPUs Change: 116409601
* Improved the performance of outer reductionsGravatar Benoit Steiner2016-03-01
| | | | Change: 116063261
* Improved the performance of narrow reductions on CUDAGravatar Benoit Steiner2016-02-29
| | | | Change: 115889721
* Upgraded Eigen to fix a compilation error triggered by xcodeGravatar Benoit Steiner2016-02-22
| | | | Change: 115280348
* Upgraded to the latest version of eigen, which adds a missing #includeGravatar Benoit Steiner2016-02-22
| | | | Change: 115268843
* Added support for half floats to eigen, which is the first step to support halfGravatar Benoit Steiner2016-02-22
| | | | | floats in TensorFlow. The code was tested on Tegra x1. Change: 115253733
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
| | | | Change: 114882676
* TensorFlow: update Eigen to non-broken GPU commit.Gravatar Vijay Vasudevan2016-02-12
| | | | Change: 114585944
* Switch the slow path in matrix_solve_ls to using ↵Gravatar A. Unique TensorFlower2016-02-11
| | | | | | | Eigen::CompleteOrthogonalDecomposition (COD), which I recently contributed to Eigen in https://bitbucket.org/eigen/eigen/pull-requests/163/implement-complete-orthogonal/diff The advantage of COD over column pivoted QR is that it is able to compute the minimum-norm solution when the matrix is rank-deficient, which is usually the desired behavior and makes it consistent with the fast path. Change: 114483303
* TensorFlow: change int -> size_t to silence warningGravatar Vijay Vasudevan2016-02-09
| | | | Change: 114243879
* Amend CROSSTOOL for newer BazelGravatar A. Unique TensorFlower2016-02-05
| | | | Change: 113989341
* Replay of PR #969 for eigen3Gravatar A. Unique TensorFlower2016-02-05
| | | | Change: 113963788
* Upgraded to the latest version of Eigen that brings misc performance andGravatar Benoit Steiner2016-02-04
| | | | | stability improvements Change: 113791782
* Add assert_same_float_dtype.Gravatar A. Unique TensorFlower2016-02-02
| | | | Change: 113646664
* Backported several changes from the upstream version of EigenGravatar Benoit Steiner2016-01-29
| | | | Change: 113371678
* Use cc_binary rather than cc_library to reduce size of native library in APK ↵Gravatar A. Unique TensorFlower2016-01-29
| | | | | | from 5.5mb to 3.2mb (compressed). Change: 113369407
* 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