aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
Commit message (Collapse)AuthorAge
* Update version of gemmlowp used to pick up Android compatibility change.Gravatar Andrew Harp2016-10-13
| | | | Change: 136067395
* Fix compilation error on some non-standard toolchainsGravatar Benoit Steiner2016-10-04
| | | | Change: 135127376
* Added a const version of the functors specialized to process complex numbers ↵Gravatar Benoit Steiner2016-10-03
| | | | | | on CUDA devices. Change: 135053757
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
| | | | Change: 134721831
* Automated rollback of change 123445810Gravatar A. Unique TensorFlower2016-09-28
| | | | Change: 134595813
* Upgraded to the latest version of Eigen that made the initialization of cudaGravatar Benoit Steiner2016-09-26
| | | | | devices thread safe. Change: 134321151
* Improved the robustness of the support for complex numbers on MacOS.Gravatar Benoit Steiner2016-09-23
| | | | Change: 134093881
* Upgraded to the latest version of Eigen that works around a compilation errorGravatar Benoit Steiner2016-09-22
| | | | | on MacOS Change: 134008488
* tfprof: "Swiss Army Knife Tool" To Explore Your Model.Gravatar A. Unique TensorFlower2016-09-22
| | | | Change: 133968335
* Optimize Bazel external dependenciesGravatar Justine Tunney2016-09-21
| | | | | | | | | | | | | | | | | | | | | | This change does the following: - Always use {,new_}http_archive rather than git_repository - Make liberal use of strip_prefix - Clarify licenses() in BUILD files - On POSIX include headers like a normal C/C++ program This change accomplishes the following: - Reduce download size >100MB: The biggest culprit is grpc which has tens of thousands of commits in its GitHub repository. - Reduce disk size >200MB: On disk, grpc takes up 250MB when cloned even though the tarball of the git repo is 3.2MB. By never using git externals, we save on network. - Consume less cpu: Cloning git repositories is much slower than downloading and extracting a tarball. Change: 133895791
* Merge changes from github.Gravatar Martin Wicke2016-09-21
| | | | Change: 133874452
* Upgraded Eigen to the latest version that provides improved support for complexGravatar Benoit Steiner2016-09-20
| | | | | numbers Change: 133723907
* Upgraded eigen to the latest version that works around a bug in xcode and addsGravatar Benoit Steiner2016-09-12
| | | | | support for computing the absolute value of complex numbers on GPU. Change: 132940500
* Update OSS protobuf git depedency version to 3.0.2Gravatar Shanqing Cai2016-09-11
| | | | | | | | | | | | | | 3.0.2 is the latest release. Add a level of indirection to the int64 type in 1) core/example/feature_util.h, feature_util.cc and the places where the type is used 2) tools/proto_text/gen_proto_text_functions_lib.cc and its tests. This is for dealing with the variability of "int64" type definition among different platforms. On some systems, int64 is "long int", while on others it is "long long int". See GitHub Issue for more details: https://github.com/tensorflow/tensorflow/issues/3626. This change list fixes the issue and eliminates the need to stick to an old (3.0.0-beta-2) commit of protobuf. Change: 132814372
* TensorFlow: rename boringssl git repo name to match its name in the workspace.Gravatar Derek Murray2016-09-09
| | | | | The existing code will become an error in future versions of Bazel. Change: 132748055
* Merge changes from github.Gravatar Dan Mané2016-09-09
| | | | Change: 132733397
* Upgraded Eigen to the latest version which provides faster reductions forGravatar Benoit Steiner2016-09-02
| | | | | doubles and fixes issue #4131 Change: 132114002
* Automated rollback of change 131452196Gravatar A. Unique TensorFlower2016-09-01
| | | | Change: 131951691
* Revert changes from https://github.com/tensorflow/tensorflow/pull/4055/files ↵Gravatar A. Unique TensorFlower2016-08-26
| | | | | | that break opensource_build test. Change: 131452196
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
| | | | Change: 131310818
* Upgrade to latest gRPC (1.0.x branch).Gravatar Derek Murray2016-08-23
| | | | Change: 131132846
* Merge changes from github.Gravatar Benoit Steiner2016-08-16
| | | | Change: 130451359
* Upgraded eigen to the latest versionGravatar Benoit Steiner2016-08-10
| | | | Change: 129887348
* Change gmock download URL from openswitch to fedoraGravatar Shanqing Cai2016-07-27
| | | | | | To address recent CA certificate issues with openswitch, see e.g. (Jenkins login required): http://ci.tensorflow.org/view/Experimental/job/experimental-cais-tensorflow-mac-2/46/console Change: 128622641
* Merge changes from github.Gravatar Martin Wicke2016-07-25
| | | | Change: 128401884
* In contrib/quantization, use eigen threadpool when calling gemmlowp toGravatar A. Unique TensorFlower2016-07-16
| | | | | avoid creating a new one each time. Change: 127624630
* Switched to the latest version of Eigen that provides significant performanceGravatar Benoit Steiner2016-07-12
| | | | | | improvements for fp16 Added SpecialFunctions to the list of eigen headers TensorFlow depends on Change: 127264575
* Automated rollback of change 127233960Gravatar Vijay Vasudevan2016-07-12
| | | | Change: 127253427
* Switched to the latest version of Eigen that provides significant performanceGravatar Benoit Steiner2016-07-12
| | | | | improvements for fp16 Change: 127233960
* Switch to the official boringssl git repository with Bazel support.Gravatar Alexey Surkov2016-07-11
| | | | Change: 127144397
* Merge changes from github.Gravatar A. Unique TensorFlower2016-06-30
| | | | Change: 126335170
* Adds a "currentThreadIndex" method to Eigen's ThreadPoolDevice. Use it to ↵Gravatar A. Unique TensorFlower2016-06-27
| | | | | | handle per-thread buffer allocation for the tileable executor without resorting to thread_local that is not fully supported on Android. Change: 126009029
* Upgraded Eigen to the latest version that provides new scan operations. This ↵Gravatar Benoit Steiner2016-06-23
| | | | | | will enable the implementation of the cumsum operation in TensorFlow Change: 125697517
* Enable the vectorization of adds and mult on fp16s. This improves theGravatar Benoit Steiner2016-06-08
| | | | | performance of the toy mnist training by 1 order of magnitude Change: 124374286
* Improved the performance of full reductions on GPU.Gravatar Benoit Steiner2016-06-07
| | | | | | | | | | | | | | | | | NEW BM_fullReduction/10 4591 4595 153149 20.8M items/s BM_fullReduction/64 5073 5075 100000 770.0M items/s BM_fullReduction/512 9067 9070 75263 26.9G items/s BM_fullReduction/4k 243984 244125 2868 64.0G items/s BM_fullReduction/5k 359125 359273 1951 64.8G items/s OLD BM_fullReduction/10 9085 9087 74395 10.5M items/s BM_fullReduction/64 9478 9478 72014 412.1M items/s BM_fullReduction/512 14643 14646 46902 16.7G items/s BM_fullReduction/4k 260338 260384 2678 60.0G items/s BM_fullReduction/5k 385076 385178 1818 60.5G items/s Change: 124290852
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-06
| | | | | gradients, some variants etc.). Change: 124197406
* Merge changes from github.Gravatar Martin Wicke2016-06-03
| | | | Change: 124012080
* Specializes the implementation of the gRPC Master and Worker services.Gravatar Derek Murray2016-06-03
| | | | | | | | | | | This takes previously generated code, and includes it in the repository. The main advantage of doing this is that we can specialize the deserialization routines for various protobuf types that tend to be large, and thereby avoid the problem where we brush up against the default protobuf limits. Fixes #2233. Change: 124007049
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar A. Unique TensorFlower2016-06-03
| | | | | gradients, some variants etc.). Change: 123967787
* Enable fp16 for most of the pooling ops (MaxPool, AvgPool, associatedGravatar Benoit Steiner2016-06-03
| | | | | gradients, some variants etc.). Change: 123967117
* Add SSL target to TensorFlow's Boringssl BUILD files. Also make genrule ↵Gravatar Kiril Gorovoy2016-06-01
| | | | | | trick work when TF is imported as a submodule. Change: 123805260
* Added support for convolutions of 16bit floats on CPUGravatar Benoit Steiner2016-05-31
| | | | Change: 123659102
* Add a new contrib/avro directory and the initial schema that resemblesGravatar A. Unique TensorFlower2016-05-27
| | | | | tf.train.Example. Change: 123445810
* Merge changes from github.Gravatar Vijay Vasudevan2016-05-27
| | | | Change: 123427036
* Upgraded to the latest version of Eigen that supports convolutions on fp16Gravatar Benoit Steiner2016-05-25
| | | | Change: 123238579
* Add a strong keyed hash function based on highwayhash's siphash.Gravatar Yutaka Leon2016-05-24
| | | | | Add string_to_hash_bucket_strong to assign hash buckets using the strong keyed hash function. Change: 123080459
* Google authentication for GCS file system.Gravatar Alexey Surkov2016-05-19
| | | | | | | Implements an authentication mechanism based on Application Default Credentials: https://developers.google.com/identity/protocols/application-default-credentials https://developers.google.com/identity/protocols/OAuth2ServiceAccount Change: 122741738
* Switched to the latest version of Eigen that performs much better on machinesGravatar Benoit Steiner2016-05-16
| | | | | | | | with many cpu cores For example, the wall time for the following tutorial went down from 13m35 to 5m27: bazel run -c opt --copt=-mavx tensorflow/examples/tutorials/word2vec/word2vec_basic Change: 122462177
* Add farmhash fingerprint64 into hash.h and include corresponding dependencies.Gravatar Yutaka Leon2016-05-13
| | | | Change: 122273744