aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Merge commit for internal changesGravatar Rasmus Larsen2018-01-30
|\
| * [TF:XLA] Bump open source llvm revision to r323630Gravatar Sanjoy Das2018-01-29
| | | | | | | | PiperOrigin-RevId: 183728562
* | Fixing merge conflictsGravatar Andrew Harp2018-01-29
|\|
| * 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
* | Add KafkaReader for processing streaming data with Apache Kafka (#14098)Gravatar Yong Tang2018-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KafkaReader for processing streaming data with Apache Kafka Apache Kafka is a widely used distributed streaming platform in open source community. The goal of this fix is to create a contrib Reader ops (inherits ReaderBase and is similiar to TextLineReader/TFRecordReader) so that it is possible to reader Kafka streaming data from TensorFlow in a similiar fashion. This fix uses a C/C++ Apache Kafka client library librdkafka which is released under the 2-clause BSD license, and is widely used in a number of Kafka bindings such as Go, Python, C#/.Net, etc. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add KafkaReader Python wrapper. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add BUILD file and op registration for KafkaReader. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add C++ Kernel for KafkaReader Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add librdkafka to third_party packages in Bazel Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add contrib/kafka to part of the contrib bazel file. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update workspace.bzl Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Comment out clean_deps of `tensorflow/core:framework` and `tensorflow/core:lib` so that it is possible to build with ReaderBase. See 1419 for details. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add group id flag. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Sync offset Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases and scipt to start and stop Kafka server (with docker) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Convert to KafkaConsumer from the legacy Consumer with librdkafka so that thread join does not hang. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Only output offset as the key. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add timeout attr so that Kafka Consumer could use Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Build Kafka kernels by default, so that to get around the linkage issue. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Convert KafkaReader to KafkaDataset. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix workspace.bzl for kafka with tf_http_archive Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add public visibility Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedbacks Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Optionally select Kafka support through ./configure Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | solve push conflictGravatar Jianwei Xie2018-01-26
|\|
| * Set up TensorRT configurations for external use, and add a test.Gravatar Guangda Lai2018-01-26
| | | | | | | | PiperOrigin-RevId: 183347199
* | Build libjpeg-turbo ALTIVEC SIMD (#16409)Gravatar Sam Matzek2018-01-25
| | | | | | | | | | The libjpeg-turbo package has ALTIVEC SIMD and this updates the third_party build to build the ALTIVEC SIMD on the appropriate platform.
* | Merge commit for internal changesGravatar Amit Patankar2018-01-24
|\|
| * Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | | | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* | resolve linter fixes.Gravatar Jianwei Xie2018-01-24
|\|
| * Merge changes from github.Gravatar Jianwei Xie2018-01-24
| | | | | | | | PiperOrigin-RevId: 183100142
* | Add C++ toolchain for portable Linux builds (#16173)Gravatar Justine Tunney2018-01-23
| | | | | | See #15777
* | resolvedGravatar Jianwei Xie2018-01-23
|\|
| * Buildifier cleanup.Gravatar Yifei Feng2018-01-22
| | | | | | | | PiperOrigin-RevId: 182829120
* | Update dependency rules in BazelGravatar Yong Tang2018-01-19
| | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Add TF_CONFIG_TIME to environ list in git_configure.bzlGravatar Yong Tang2018-01-19
| | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Merge commit for internal changesGravatar Benoit Steiner2018-01-19
|\|
| * Updated the version of downloadable chromium's clang toolchainGravatar Ilya Biryukov2018-01-19
| | | | | | | | PiperOrigin-RevId: 182511847
* | Resolve merge conflictsGravatar Sourabh Bajaj2018-01-17
|\|
| * 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
* | Fix broken python3 buildGravatar Eunji Jeong2018-01-15
| |
* | Merge commit for internal changesGravatar Frank Chen2018-01-10
|\|
| * 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
* | Merge commit for internal changesGravatar Frank Chen2018-01-09
|\|
| * 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
* | Merge commit for internal changesGravatar Frank Chen2018-01-08
|\|
| * 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 pull request #15867 from raghuraman-k/branch_180856860Gravatar Shanqing Cai2018-01-05
|\ \ | | | | | | Branch 180856860
* \ \ Merge pull request #15829 from rongjiecomputer/repoGravatar Shanqing Cai2018-01-04
|\ \ \ | | | | | | | | [Bazel/Windows] Wrap rm -rf in Bash for Windows (and some refactoring)
| | * | Merge commit for internal changesGravatar Raghu Krishnamoorthi2018-01-04
| |/| | |/| |/
* | | Fix build issues with cuda 9.1 through updating eigen. (#15796)Gravatar Gunhan Gulsoy2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | * Revert "Fix the headers error due to recent CUDA9.1 change (#15739)" This reverts commit 3bc4900e7e60f43dc901523f1574f52440e7e701. * Bump eigen dependency.
| | * Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
| | | | | | | | | | | | PiperOrigin-RevId: 180746153
| * | [Bazel/Windows] Wrap rm -rf in Bash for Windows (and some refactoring)Gravatar Loo Rong Jie2018-01-04
|/ /
| * 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
* | Fix git configuration on Windows (#15814)Gravatar Yun Peng2018-01-03
| |
* | Fix the headers error due to recent CUDA9.1 change (#15739)Gravatar Puyu Wang2017-12-31
| |
* | Merge commit for internal changesGravatar Shanqing Cai2017-12-24
|\|
| * 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
* | mergeGravatar Erich Elsen2017-12-22
|\|
| * 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
* | Merge pull request #14945 from blodan/masterGravatar Yifei Feng2017-12-19
|\ \ | | | | | | FreeBSD compatibility
| | * 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