aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Fix compilation issues with new build filesGravatar Sami Kama2018-01-29
|
* Fix compilation, there are still linking issues which will be fixed in a ↵Gravatar gracehoney2018-01-29
| | | | followup commit.
* Merge branch 'master' into tensorrtGravatar gracehoney2018-01-26
|\
| * 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
| |\|
* | | [ Fixes for PR comments]Gravatar Sami Kama2018-01-24
| | | | | | | | | | | | | | | | | | | | | - removed commented code - moved all code to tensorflow namespace - removed a dangling config parameter from tensorflow/BUILD - fixed Copyright notice years
| | * 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
* | | Fix License dateGravatar Sami Kama2018-01-23
| | |
| * | 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
* | | Introducing TensortRT Operator to TF which can run (sub)graphs inGravatar Sami Kama2018-01-19
|/ / | | | | | | | | | | | | | | | | | | highly optimized TensorRT engines. This commit is a merged version of many commits by benbarsdell <bbarsdell at nvidia.com> deadeyegoodwin <davidg at nvidia.com jjsjann123 <jiej at nvidia.com> samikama <skama at nvidia.com>
* | 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