aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar Yifei Feng2018-04-23
| | | | PiperOrigin-RevId: 194031845
* Speed up safe_strtod and safe_strtof functions by using double-conversion ↵Gravatar akindyakov2018-04-20
| | | | | | | | library Closes #12102. PiperOrigin-RevId: 193696537
* Internal change.Gravatar Anna R2018-04-16
| | | | PiperOrigin-RevId: 193119953
* Internal change.Gravatar Anna R2018-04-13
| | | | PiperOrigin-RevId: 192821482
* Upgrade libpngGravatar Justine Tunney2018-04-05
| | | | PiperOrigin-RevId: 191840652
* Add support for NCCL2. The configure script asks for what version of NCCL to ↵Gravatar A. Unique TensorFlower2018-04-05
| | | | | | | | use. The default is still NCCL 1 from GitHub. If the user chooses NCCL 2, it asks for the install directory. The nccl_configure.bzl generates two different BUILD files based on the chose NCCL version. For NCCL 1, it aliases to the existing 'nccl_archive' http_repo on GitHub. For NCCL 2, it creates a target containing the NCCL 2 library and headers from the chosen install directory. PiperOrigin-RevId: 191718007
* Upgrade Snappy to latest versionGravatar Justine Tunney2018-04-05
| | | | | | | They added big endian preprocessor macros in recent releases. Hopefully this should do the right thing on IBM mainframes. PiperOrigin-RevId: 191705207
* Upgrade zlib to latest versionGravatar Justine Tunney2018-04-04
| | | | PiperOrigin-RevId: 191696213
* [TF:XLA] Bump open source llvm revision to r329057Gravatar Benjamin Kramer2018-04-03
| | | | | | DataTypes.h is no longer a generated header. X86DisassemblerDecoderCommon.h is now part of :support. PiperOrigin-RevId: 191438031
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | PiperOrigin-RevId: 190953197
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
| | | | PiperOrigin-RevId: 190878279
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | PiperOrigin-RevId: 190858242
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | PiperOrigin-RevId: 190835392
* Allow positional arguments in tf.keras.Model subclassesGravatar Allen Lavoie2018-03-28
| | | | | | | | | | Makes the tf.keras.Layer.__call__ signature identical to tf.layers.Layer.__call__, but makes passing positional arguments other than "inputs" an error in most cases. The only case it's allowed is subclassed Models which do not have an "inputs" argument to their call() method. This means subclassed Models no longer need to pass all but the first argument as a keyword argument (or do list packing/unpacking) when call() takes multiple Tensor arguments. Includes errors for cases where whether an argument indicates an input is ambiguous, but otherwise doesn't do much to support non-"inputs" call() signatures for shape inference or deferred Tensors. The definition of an input/non-input is pretty clear, so that cleanup will mostly be tracking down all of the users of "self.call" and getting them to pass inputs as positional arguments if necessary. PiperOrigin-RevId: 190787899
* Convert the eager SPINN example to use tf.keras.Model and object-based ↵Gravatar Allen Lavoie2018-03-25
| | | | | | | | checkpointing. Uses a more recursive/functional tracking style which avoids numbering layers. Maybe this is too magical and we should adapt tf.keras.Sequential first? Let me know what you think. PiperOrigin-RevId: 190282346
* Merge changes from github.Gravatar Benoit Steiner2018-03-22
| | | | PiperOrigin-RevId: 190161440
* Allow to download clang and use clang for CPU builds.Gravatar Ilya Biryukov2018-03-22
| | | | | | | | | | | Previously we only allowed to download clang when doing GPU builds. The added skylark files use bazel's autoconf scripts, which were only added in 0.10.0. To provide nice error message for older versions of bazel (i.e. 'version is less than 0.10' vs 'can't load @bazel_tools/cpp/...'), we move the bazel version check into WORKSPACE file from workspace.bzl. PiperOrigin-RevId: 190050798
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Fix build breakage with downloadable clang and -fopenmp.Gravatar Ilya Biryukov2018-03-19
| | | | | | | | | | | By disabling openmp when building with clang. If we want to enable openmp with clang, we'll probably have to have libomp as an explicit dependency. This fixes a breakage found by OS CI: https://ci.tensorflow.org/view/Nightly/job/nightly-matrix-linux-gpu-clang/215/ PiperOrigin-RevId: 189644968
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* update docker containers used for remote CPU/GPU builds and the ↵Gravatar A. Unique TensorFlower2018-03-08
| | | | | | corresponding script. PiperOrigin-RevId: 188324090
* Add alternative paths for CUDA installation.Gravatar A. Unique TensorFlower2018-03-05
| | | | | | This detects negativo17's CUDA packages for Fedora. PiperOrigin-RevId: 187923472
* Updating toolchain configs for GPU buildsGravatar A. Unique TensorFlower2018-03-02
| | | | PiperOrigin-RevId: 187643585
* Make crosstools ready for introduction of c++-link-nodeps-dynamic-libraryGravatar A. Unique TensorFlower2018-02-27
| | | | PiperOrigin-RevId: 187191730
* * CUB updated to 1.8.0Gravatar A. Unique TensorFlower2018-02-23
| | | | | | * updated ShuffleIndex because of API change PiperOrigin-RevId: 186822637
* Merge changes from github.Gravatar Yifei Feng2018-02-22
| | | | PiperOrigin-RevId: 186674197
* Fix compile errors by patching eigen locally.Gravatar Ilya Biryukov2018-02-22
| | | | PiperOrigin-RevId: 186592198
* Merge changes from github.Gravatar Ankur Taly2018-02-16
| | | | PiperOrigin-RevId: 186073337
* TFE SPINN example: use tensor instead of numpy arrayGravatar Shanqing Cai2018-02-15
| | | | | | in inference output. PiperOrigin-RevId: 185939805
* tfe SPINN example: Add inference; fix serializationGravatar Shanqing Cai2018-02-13
| | | | | | * Also de-flake a test. PiperOrigin-RevId: 185637742
* Update llvm revision to r324720. This is needed because r324700 introduces ↵Gravatar A. Unique TensorFlower2018-02-09
| | | | | | an Orc API change. PiperOrigin-RevId: 185185088
* Patch cub on download to fix compilation error with clang.Gravatar Ilya Biryukov2018-02-08
| | | | | | | The same patch was sent via PR to cub upstream: https://github.com/NVlabs/cub/pull/125 PiperOrigin-RevId: 184975304
* Merge changes from github.Gravatar Michael Case2018-02-07
| | | | PiperOrigin-RevId: 184897758
* [TF:XLA] Bump open source llvm revision to r323630Gravatar Sanjoy Das2018-01-29
| | | | PiperOrigin-RevId: 183728562
* Remove protobuf patch that was installed to resolve #8394. It appears to not ↵Gravatar A. Unique TensorFlower2018-01-26
| | | | | | be necessary any longer. PiperOrigin-RevId: 183474194
* Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
| | | | PiperOrigin-RevId: 183347199
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
| | | | PiperOrigin-RevId: 183100142
* Buildifier cleanup.Gravatar Yifei Feng2018-01-22
| | | | PiperOrigin-RevId: 182829120
* Updated the version of downloadable chromium's clang toolchainGravatar Ilya Biryukov2018-01-19
| | | | PiperOrigin-RevId: 182511847
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
| | | | PiperOrigin-RevId: 182258809
* TFE: Improve spinn/README.mdGravatar Shanqing Cai2018-01-17
| | | | PiperOrigin-RevId: 182247687
* Disable exceptions in TensorFlow jsoncpp buildGravatar Justine Tunney2018-01-16
| | | | | | | This is necessary to compile with Clang. Since the TF GCP code doesn't have any try/catch statements, this could be a bug fix. PiperOrigin-RevId: 182143536
* Make SQLite binary smaller in TensorFlowGravatar Justine Tunney2018-01-16
| | | | | | | | | This makes it 400kB smaller. This is worth it because even -O6 would only make SQLite 3% faster. https://www.sqlite.org/footprint.html PiperOrigin-RevId: 182143488
* Merge changes from github.Gravatar Frank Chen2018-01-10
| | | | PiperOrigin-RevId: 181494416
* Cleanup (remove unused method) before adding tensorrt configurations.Gravatar Guangda Lai2018-01-10
| | | | PiperOrigin-RevId: 181469026
* Don't pass '-no-canonical-prefixes' when collecting builtin includes.Gravatar Ilya Biryukov2018-01-09
| | | | | | | | It matches the way bazel's autoconf works and seems to be the right thing to do. This change should fix #14380. PiperOrigin-RevId: 181305871
* Add bazel file for astor, gast and termcolor. Rewrite these deps' internal ↵Gravatar A. Unique TensorFlower2018-01-06
| | | | | | counterparts instead of removing them. Re-enable a few tests to verify. PiperOrigin-RevId: 181035075
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
| | | | PiperOrigin-RevId: 180746153