aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* merge internal changesGravatar Martin Wicke2016-04-11
|\
| * 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
* | Merge commit for internal changesGravatar Vijay Vasudevan2016-04-08
|\|
| * 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
* | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-28
|\|
| * Upgraded to the latest version of EigenGravatar Benoit Steiner2016-03-28
| | | | | | | | Change: 118414762
* | solve a serious bug which cause you fail to buildGravatar Wenjian Huang2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | last night update on "third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc" made me failed to build tensorflow. The error is as follow: ``` ERROR: /home/wenjian/pkgs/tensorflow/tensorflow/core/BUILD:985:1: C++ compilation of rule '//tensorflow/core:gpu_runtime' failed: crosstool_wrapper_driver_is_not_gcc failed: error executing command third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -fPIE -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object ... (remaining 85 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1. Traceback (most recent call last): File "third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc", line 49, in <module> PREFIX_DIR = os.path.dirname(GCC_HOST_COMPILER_PATH) NameError: name 'GCC_HOST_COMPILER_PATH' is not defined Target //tensorflow/tools/pip_package:build_pip_package failed to build Use --verbose_failures to see the command lines of failed build steps. ``` I found the GCC_HOST_COMPILER_PATH is defined behind where it is used. This is the reason why it can't work. I moved it before usage and configure again, the problem solved.
* | Add ability to set gcc host compiler to configureGravatar gaohuazuo2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit f43365fd124bdc65efddc1206e35a9262219bc26 Merge: bad637e a5b4108 Author: gaohuazuo <gaohuazuo@gmail.com> Date: Mon Mar 28 19:38:58 2016 +0800 Merge branch 'master' into master commit bad637ec74c1f3d64a6650513d08d35940f2443c Merge: a5799ad c6ec466 Author: gaohuazuo <gaohuazuo@gmail.com> Date: Fri Mar 25 23:35:46 2016 -0500 Merge branch 'master' into master commit a5799ad34e52ec4e430839885ae097b585a9b3eb Merge: da77e73 e370bc2 Author: gaohuazuo <gaohuazuo@gmail.com> Date: Mon Feb 22 19:26:19 2016 +0800 Merge branch 'master' into master commit da77e73dbfd1f12f3bc0ed80dd54ebd56e1d5c98 Author: Huazuo Gao <gaohuazuo@gmail.com> Date: Sun Feb 21 17:19:16 2016 +0800 add notice for configure scipt dependancy commit c4ed614b9728d344524c57ee33f9752c6a5d7512 Author: Huazuo Gao <gaohuazuo@gmail.com> Date: Sun Feb 21 17:14:30 2016 +0800 change configure commit 935646979532b07329fbe6c334aadc49d9cd997a Merge: 9d85a01 7e3b8b2 Author: Huazuo Gao <gaohuazuo@gmail.com> Date: Sun Feb 21 17:01:54 2016 +0800 Merge branch 'master' of https://github.com/tensorflow/tensorflow commit 9d85a01670732a547a4d3490caecd1ae25657124 Author: Huazuo Gao <gaohuazuo@gmail.com> Date: Sun Feb 21 17:00:09 2016 +0800 Add ability to set gcc host compiler to configure
* | Merge branch 'master' into patch-1Gravatar jmtatsch2016-03-28
|\ \
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-28
| |\|
| | * 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
| * | Fixed merge conflicts in skflowGravatar Manjunath Kudlur2016-03-23
| |\|
| | * 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
| | |
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-18
| |\|
| | * 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
| * | Avoiding hard-coded bash pathGravatar Iblis Lin2016-03-14
| | | | | | | | | | | | | | | Changed '#!/bin/bash' to '#!/usr/bin/env bash'. There do not exist bash in most Unix system, like bsd family.
| | * Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
| | | | | | | | | | | | Change: 116925769
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-09
| |\|
| | * Upgraded to a newer version of Eigen that fixes a compilation error on AndroidGravatar Benoit Steiner2016-03-09
| | | | | | | | | | | | Change: 116831720
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-09
| |\|
| | * 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
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-08
| |\|
| | * 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
| * | Merge commit for internal changesGravatar Manjunath Kudlur2016-03-07
| |\|
| | * 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
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-05
| |\|
| | * Added the ability to convert between floats and float16 on Kepler and MaxwellGravatar Benoit Steiner2016-03-05
| | | | | | | | | | | | | | | GPUs Change: 116409601
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-03-01
| |\|
| | * Improved the performance of outer reductionsGravatar Benoit Steiner2016-03-01
| | | | | | | | | | | | Change: 116063261
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-02-29
| |\|
| | * Improved the performance of narrow reductions on CUDAGravatar Benoit Steiner2016-02-29
| | | | | | | | | | | | Change: 115889721
* | | Merge branch 'master' into patch-1Gravatar jmtatsch2016-02-24
|\| |
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-02-22
| |\|
| | * Upgraded Eigen to fix a compilation error triggered by xcodeGravatar Benoit Steiner2016-02-22
| | | | | | | | | | | | Change: 115280348
| * | Merge commit for internal changesGravatar Vijay Vasudevan2016-02-22
| |\|
| | * Upgraded to the latest version of eigen, which adds a missing #includeGravatar Benoit Steiner2016-02-22
| | | | | | | | | | | | Change: 115268843