aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Merge pull request #20576 from Intel-tensorflow:mabuzain/avx-performance-fixGravatar TensorFlower Gardener2018-07-13
|\ | | | | | | PiperOrigin-RevId: 204530874
| * Adding LICENSE file to mkl_dnnGravatar Mahmoud Abuzaina2018-07-11
| |
| * Adding MKL_DNN license to BUILD filesGravatar Mahmoud Abuzaina2018-07-11
| |
| * Exporting build_defs.bzl in BUILD fileGravatar Mahmoud Abuzaina2018-07-11
| |
* | Forward -w down to nvcc.Gravatar Justin Lebar2018-07-11
| | | | | | | | | | | | | | This makes --copt=-w silence warnings both in the host compiler and in the CUDA compiler. PiperOrigin-RevId: 204156508
* | Merge pull request #20400 from yongtang:06202018-nasmGravatar TensorFlower Gardener2018-07-11
|\ \ | | | | | | | | | PiperOrigin-RevId: 204139191
* | | Add CROSSTOOL for Windows GPU build with nvcc compilerGravatar A. Unique TensorFlower2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this change, to build TensorFlow with GPU support on Windows, you just need to follow the same procedure as Linux. Also re-enable remote cache since the bug in b/111106393 has been fixed by the new wrapper script. The clean-up of the wrapper scripts also made the build around 5 mins faster than using Bazel's msvc wrapper script. PiperOrigin-RevId: 204105368
* | | Update downloadable clang to r336424Gravatar Ilya Biryukov2018-07-11
| | | | | | | | | | | | PiperOrigin-RevId: 204105366
| | * Added missing fileGravatar Mahmoud Abuzaina2018-07-10
| | |
* | | Fix NVVM libdevice detection in open source build with CUDA 8.Gravatar A. Unique TensorFlower2018-07-09
| | | | | | | | | | | | | | | | | | Fixes #17801. PiperOrigin-RevId: 203843362
* | | Few more supporting changes for #18293Gravatar Sanjoy Das2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove LLVM_DEFINES from all targets but :config to avoid running into Windows command line length limitations. - Add LLVM_COPTS to cc_binary rules. - Extract out a list of platform specific headers to a LLVM_SUPPORT_PLATFORM_SPECIFIC_SRCS_GLOB variable. PiperOrigin-RevId: 203806527
* | | Allow is_initialized and initializer to be called on MirroredVariables and ↵Gravatar Anjali Sridhar2018-07-06
| | | | | | | | | | | | | | | | | | TowerLocalVariables. PiperOrigin-RevId: 203520287
| | * Fixing AVX performance issueGravatar Mahmoud Abuzaina2018-07-05
| |/ |/|
* | Merge commit for internal changesGravatar Yifei Feng2018-07-03
|\ \
| * | [TF:XLA] Bump open source llvm revision to r336189Gravatar Sanjoy Das2018-07-03
| | | | | | | | | | | | PiperOrigin-RevId: 203171217
| | * Update the nasm.BUILD to re-order the input source filesGravatar Yong Tang2018-07-03
| | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| | * Add missing filesGravatar Yong Tang2018-07-03
| | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Merge commit for internal changesGravatar Yifei Feng2018-07-02
|\| |
| * | Merge changes from github.Gravatar Yifei Feng2018-07-02
| | | | | | | | | | | | PiperOrigin-RevId: 203037623
* | | Add KinesisDataset support for tensorflow Dataset (#19712)Gravatar Yong Tang2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KinesisDataset support for tensorflow Dataset This fix is an attempt to add Kinesis support for tensorflow's Dataset. Kinesis is provided by AWS as a managed data streaming service. It is similiar to Apache Kafka, often used in places where maintaining a independent Kafka cluster on AWS is not desirable or possible. This fix adds the Kinesis support for tensorflow Dataset. Similiar to the Kafka integration in tensorflow, KinesisDataset outputs tf.string for records. Test cases have also been added, which could be invoked manually. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in dataset_ops.cc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in python wrapper Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases for KinesisDataset Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update AWS library include files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add Bazel BUILD files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename s3_crypto to aws_crypto Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename with_s3_support to with_aws_support Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Selectively add kinesis to tensorflow/contrib/BUILD Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Set different partition key and pylint fix. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing modules in cmake's python_modules.txt Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedback Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Merge pull request #20430 from case540/branch_202673820Gravatar Yifei Feng2018-06-29
|\ \ \ | | | | | | | | Branch 202673820
* | | | Update kafka to v0.11.4 (#20417)Gravatar Yong Tang2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update kafka to v0.11.4 This fix updates kafka from v0.11.1 to v0.11.4 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add additional source files in kafka Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | | Merge commit for internal changesGravatar Michael Case2018-06-29
|/| | | | |/ /
| * | [tf.data / Bigtable] Initial tf.data Bigtable integrationGravatar Brennan Saeta2018-06-29
| | | | | | | | | | | | | | | | | | | | | This change allows TensorFlow users to stream data directly from Cloud Bigtable into the TensorFlow runtime using tf.data. PiperOrigin-RevId: 202664219
* | | [TF:XLA] Bump open source llvm revision to r335708Gravatar Sanjoy Das2018-06-28
| | | | | | | | | | | | PiperOrigin-RevId: 202399218
* | | Move some logic from llvm.autogenerated.BUILD to llvm.bzlGravatar Sanjoy Das2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | This lets external contributors add or remove compiler flags without having access to the generator script (which isn't open source). E.g. see #18293 PiperOrigin-RevId: 202322000
* | | Update downladable clang to r335091.Gravatar Ilya Biryukov2018-06-28
| | | | | | | | | | | | PiperOrigin-RevId: 202288652
| | * Update nasm.BUILD fileGravatar Yong Tang2018-06-29
| |/ |/| | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * Merge changes from github.Gravatar Mingxing Tan2018-06-28
| | | | | | | | PiperOrigin-RevId: 202585094
* | eigen: Add install_eigen_headers target for installing to system (#20281)Gravatar Jason Zaman2018-06-28
| | | | | | | | | | | | | | | | | | | | Eigen provides files that are both GPL and MPL. Tensorflow uses only the MPL headers. This target collects all the headers into genfiles so they can be easily installed to /usr/include/ later. Thanks to dennisjenkins@google.com for all the help testing and figuring out what was missing. And to pcloudy@google.com for pointers to the solution. Signed-off-by: Jason Zaman <jason@perfinion.com>
* | Update or-tools to v6.7.2 (#20247)Gravatar Yong Tang2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update or-tools to v6.7.2 This fix updates or-tools from 253f795 (dated 03/21/2017) to the latest versioned release version of v6.7.2 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update workspace for ortools Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | create platform for remote execution (#20365)Gravatar Nicolas Lopez2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | * create platform for remote execution * Platform target defines container to use for remote builds. * This PR is part of the process to deprecate use of experimental_remote_platform_override which will consolidate the definition of the container to use for remote builds. * also update dockerfile for rbe to indicate base is Ubuntu 16-04 * remove rev from build file (set in dockerfile)
| * [TF:XLA] Bump open source llvm revision to r335708Gravatar Sanjoy Das2018-06-27
| | | | | | | | PiperOrigin-RevId: 202399218
| * Move some logic from llvm.autogenerated.BUILD to llvm.bzlGravatar Sanjoy Das2018-06-27
| | | | | | | | | | | | | | | | | | This lets external contributors add or remove compiler flags without having access to the generator script (which isn't open source). E.g. see #18293 PiperOrigin-RevId: 202322000
| * Update downladable clang to r335091.Gravatar Ilya Biryukov2018-06-27
| | | | | | | | PiperOrigin-RevId: 202288652
* | Merge commit for internal changesGravatar Michael Case2018-06-26
|\|
| * Remove the unused boringssl s390x patch.Gravatar Gunhan Gulsoy2018-06-25
| | | | | | | | PiperOrigin-RevId: 201983890
* | Merge commit for internal changesGravatar Mingxing Tan2018-06-23
|\|
| * Rename programmers_guide/ directory to guide/.Gravatar Billy Lamberta2018-06-22
| | | | | | | | | | | | Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
* | Merge pull request #20207 from TimZaman/tzaman/sqlite-json1Gravatar Qianli Scott Zhu2018-06-22
|\ \ | | | | | | Build sqlite3 with json1 extension
| | * [TF:XLA] Bump open source llvm revision to r335230Gravatar Sanjoy Das2018-06-22
| | | | | | | | | | | | PiperOrigin-RevId: 201714113
* | | Update libxsmm from 1.8.1 to 1.9 (#20226)Gravatar Yong Tang2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update libxsmm from 1.8.1 to 1.9 This fix updates libxsmm from 1.8.1 (05/12/2017) to 1.9 (03/15/2018) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update LICENSE to LICENSE.md Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Update flatbuffers to 1.9.0 (#20186)Gravatar Yong Tang2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update flatbuffers to 1.9.0 This fix updates flatbuffers to 1.9.0. The previous version used (971a681) in tf was released last year, and is not a versioned release. This fix updates to the latest versioned release of 1.9.0. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing files of java_generator.cc to fix build error. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Update jsoncpp to 1.8.4 (#20182)Gravatar Yong Tang2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update jsoncpp to 1.8.4 This fix updates the jsoncpp to 1.8.4 to address the issue raised in 20170. The jsoncpp used in tf was old and may contain security issues. This fix fixes 20170. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add JSON_HAS_INT64 define to jsoncpp build Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix data type conversion issue for jsoncpp. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix build by include "version.h" Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | Update curl library to curl-7.60.0 (#20181)Gravatar Yong Tang2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update curl library to curl-7.60.0 This fix updates curl library to 7.60.0. (Previously TensorFlow links to curl 7.49.1, which was relesed in 2016) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update source files in curl Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing flag for curl 7.60.0 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing include "system.h" Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| * | Build sqlite3 with json1 extensionGravatar Tim Zaman2018-06-21
|/ /
* | Merge commit for internal changesGravatar Mingxing Tan2018-06-20
|\|
| * Rename llvm.BUILD to llvm.autogenerated.BUILDGravatar Sanjoy Das2018-06-19
| | | | | | | | | | | | | | In practice folks tend to miss the "# This BUILD file is auto-generated; do not edit!" admonition. PiperOrigin-RevId: 201248010
| * Update downloadable clang to r334100.Gravatar Ilya Biryukov2018-06-19
| | | | | | | | PiperOrigin-RevId: 201127564
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201110240