aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
...
* | | | | Remove tensorflow/opensource_only/Core as it is not used by tensorflow.Gravatar A. Unique TensorFlower2018-07-26
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206240947
* | | | | Delete unused code in CXX11/src/NeuralNetworksGravatar A. Unique TensorFlower2018-07-26
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206209252
* | | | | New container for remote builds with all the newest pip packages defined in ↵Gravatar A. Unique TensorFlower2018-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tensorflow/tools/ci_build/install/install_pip_packages.sh PiperOrigin-RevId: 206030031
| | | | * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-07-25
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * nGraph integration with TensorFlowGravatar Avijit2018-07-24
| | | | | | | | | | | | | | | | | | | | * Added nGraph bridge as a third_party to be built with TensorFlow based on user selection. * Added a limited set of C++ unit tests to verify the correctness of the computation
| * | | | [Bazel/MSVC] Make Kafka builds on WindowsGravatar Loo Rong Jie2018-07-20
|/ / / /
| * | | Add new lineGravatar Loo Rong Jie2018-07-20
| | | |
| * | | [Bazel/MSVC] Enable png SIMD for MSVCGravatar Loo Rong Jie2018-07-20
|/ / /
* | | Merge pull request #20287 from erain:feature/py-py3-toolchain-configGravatar TensorFlower Gardener2018-07-19
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 205288699
* | | | eager guide: s/tfe.Checkpoint/tf.train.Checkpoint/Gravatar Asim Shankar2018-07-19
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205248470
* | | | Allows constructing resource variables from tf.Variable.Gravatar Alexandre Passos2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds arguments to control distributed aggregation to the tf.Variable constructor. Removes tfe.Variable from examples as it's now unnecessary. PiperOrigin-RevId: 205096552
* | | | internal changeGravatar Toby Boyd2018-07-16
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 204832902
* | | | Adding MKL DNN license from Intel's repo: ↵Gravatar Nafis Sadat2018-07-14
| | | | | | | | | | | | | | | | https://github.com/intel/mkl-dnn/blob/master/LICENSE
* | | | [XLA:AMDGPU] Enable the AMDGPU backend for open source buildsGravatar Benjamin Kramer2018-07-14
| | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #20749 PiperOrigin-RevId: 204581011
* | | | Merge pull request #20284 from perfinion:unbundleGravatar TensorFlower Gardener2018-07-13
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 204539752
* \ \ \ \ Merge pull request #20576 from Intel-tensorflow:mabuzain/avx-performance-fixGravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | PiperOrigin-RevId: 204530874
| | * | | third_party/repo: add TF_SYSTEM_LIBS to environ so bazel knows to refreshGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | third_party: unbundle jsoncpp depGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jsoncpp headers are included with a different path so we have to symlink them so the are in the dir structure that is expected. Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | systemlibs: Add syslibs_configure repository_rule to generate if_system_lib ↵Gravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macros Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | third_party: Add cython system depGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | third_party: Add astor systemlibGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | workspace: use TF_SYSTEM_LIBS to link to system librariesGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | * | | third_party/repo: add TF_SYSTEM_LIBS to unbundle depsGravatar Jason Zaman2018-07-13
| |/ / / |/| | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | * Remove all references of windows_msvc config_settingGravatar Loo Rong Jie2018-07-12
| | | |
| | | * [Bazel/MSVC] Cleanup -ldl/-lm flags for MSVCGravatar Loo Rong Jie2018-07-12
| |_|/ |/| |
| * | 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