aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* 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
* Add Snappy support to SQLiteGravatar Justine Tunney2018-01-03
| | | | | | | | | This change also puts the necessary build infrastructure in place so we can continue to build many proper lightweight SQLite extensions in the future that are easy for users to copy over into their own environments, so they can readily access their data. PiperOrigin-RevId: 180673039
* Run gen_git_source.py inside of a repo_rule instead of configure.Gravatar Michael Case2017-12-22
| | | | PiperOrigin-RevId: 179971055
* [TFE] Add link to other exapmles from spinn/README.mdGravatar Shanqing Cai2017-12-22
| | | | PiperOrigin-RevId: 179960166
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
| | | | PiperOrigin-RevId: 179953488
* Added an option to download a fresh release of clang for doing cuda_clang ↵Gravatar A. Unique TensorFlower2017-12-22
| | | | | | | | | builds. Tested only on Linux, but should also work for Mac. No support for Windows is available yet. PiperOrigin-RevId: 179910980
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179263865
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
| | | | PiperOrigin-RevId: 179260538
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
| | | | PiperOrigin-RevId: 179258973
* Fix definition of tflite_smartreplyGravatar Justine Tunney2017-12-11
| | | | PiperOrigin-RevId: 178675580
* Automated g4 rollback of changelist 178215852Gravatar A. Unique TensorFlower2017-12-07
| | | | PiperOrigin-RevId: 178260470
* Add Snappy support to SQLiteGravatar Justine Tunney2017-12-07
| | | | | | | SWIG and CLIF are way too hard. This is more idiomatic. Native extensions that add functions for protobufs will follow. PiperOrigin-RevId: 178215852
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
| | | | PiperOrigin-RevId: 178185697
* Fix some build incompatibilities with new versions of BazelGravatar Austin Anderson2017-12-05
| | | | | | See #15137. PiperOrigin-RevId: 178037461
* Internal-only changesGravatar Shanqing Cai2017-12-04
| | | | PiperOrigin-RevId: 177865604
* Rename create_summary_file_writer to create_file_writerGravatar Justine Tunney2017-12-01
| | | | PiperOrigin-RevId: 177651937
* TF Eager: Add SPINN model example for dynamic/recursive NN.Gravatar Shanqing Cai2017-12-01
| | | | PiperOrigin-RevId: 177636427
* Build demo app for SmartReplyGravatar A. Unique TensorFlower2017-12-01
| | | | PiperOrigin-RevId: 177559103
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
| | | | PiperOrigin-RevId: 177526301