aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
...
| | | * Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-09-04
| | | |\ | |_|_|/ |/| | |
| | | * Added the api for the bridgeGravatar avijit-nervana2018-09-04
| | | |
* | | | Use LLD when building with downloaded GPU toolchainGravatar Ilya Biryukov2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves build times when using the downloaded clang toolchain. Additionally, remove '-B/usr/bin' flags from the cuda CROSSTOOL when using the downloaded toolchain. It was forcing 'clang' to first search for the linker in '/usr/bin', preventing downloaded LLD from being selected. PiperOrigin-RevId: 211430374
* | | | Update downloadable clang to r340427Gravatar Ilya Biryukov2018-09-03
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 211339000
| * | | third_party: update libjpeg-turbo to 2.0.0Gravatar Jason Zaman2018-09-01
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | libjpeg-turbo-2.0.0 fixes CVE-2018-1152 and CVE-2018-11813 The build and source tree has been rearranged, the simd files are now in subdirs. Signed-off-by: Jason Zaman <jason@perfinion.com>
* | | Update TF gpu toolchain for RBEGravatar A. Unique TensorFlower2018-08-30
| | | | | | | | | | | | PiperOrigin-RevId: 210897377
| | * Added comments.Gravatar avijit-nervana2018-08-28
| | |
| | * Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-08-28
| | |\ | |_|/ |/| |
* | | Merge pull request #21808 from NervanaSystems:avijit/fix-license-filesGravatar TensorFlower Gardener2018-08-28
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 210614909
| | | * Added new version of the bridge that supports deviceless operation.Gravatar avijit-nervana2018-08-27
| | | |
| | | * Added more unit tests and upgraded to the device-less bridge.Gravatar avijit-nervana2018-08-24
| | | |
| | * | Actually add posix_cmake_varsGravatar Loo Rong Jie2018-08-25
| | | |
| | * | Add back LLVM_ENABLE_STATSGravatar Loo Rong Jie2018-08-25
| | | |
| | * | [XLA/AOT] Build LLVM with Bazel on WindowsGravatar Loo Rong Jie2018-08-25
| |/ / |/| |
| | * Updated build filesGravatar avijit-nervana2018-08-23
| | |
| | * Added the BUILD files for tbb and updated the ngraph.BUILD withGravatar avijit-nervana2018-08-22
| |/ | | | | | | CPU library (DEX).
| * Avijit/fix broken unit testsGravatar Avijit2018-08-22
| | | | | | | | | | * Fixed the dependencies with `str(Label(...))` so that third_party codes that refer to the tensorflow as a submodule get it properly resolved.
* | Convert TensorFlow's flatbuffers dependency to new third party import methodGravatar Austin Anderson2018-08-22
| | | | | | | | PiperOrigin-RevId: 209833197
| * Fixed the licence file names that was causing the nGraph build to fail.Gravatar avijit-nervana2018-08-22
|/
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209679086
* Merge pull request #21122 from NervanaSystems:masterGravatar TensorFlower Gardener2018-08-21
|\ | | | | | | PiperOrigin-RevId: 209623532
* | Add the expected include directory for CUPTI on windows.Gravatar Gunhan Gulsoy2018-08-20
| | | | | | | | PiperOrigin-RevId: 209544220
* | Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1fGravatar Austin Anderson2018-08-20
| | | | | | | | PiperOrigin-RevId: 209443205
* | Merge pull request #21545 from yongtang:kafkaGravatar TensorFlower Gardener2018-08-18
|\ \ | | | | | | | | | PiperOrigin-RevId: 209308802
* | | PR #21373: nsync dep updatesGravatar Yifei Feng2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please approve this CL. It will be submitted automatically, and its GitHub pull request will be marked as merged. Imported from GitHub PR #21373 A new version of nsync is released, this updates the workspace.bzl and adds nsync to the libs that can be unbundled. I've packaged nsync on Gentoo Linux and tested the full unbundled build. The CMake build is also updated to the latest version, the patch is no longer required and is removed. I have tested the cmake build on my machine but the CI needs to test windows since I can't. The last commits update ./configure to handle adding TF_SYSTEM_LIBS and an option to disable stripping. @m3bm3b, can you review too? Copybara import of the project: - 3d224b29fcf699b84cf538e2d16e3dd4e78e6a91 workspace: update nsync dep to 1.20.1 by Jason Zaman <jason@perfinion.com> - 34536b88bedc5a83ad939438a49a3cc53aea210c CMake: nsync: update to 1.20.1 by Jason Zaman <jason@perfinion.com> - f2444ba218ae280e03710f936b249b6b650ea3dd third_party: unbundle nsync by Jason Zaman <jason@perfinion.com> - 4386d8c4b01020ba1c979258e5102ac1947d2574 configure: Add TF_SYSTEM_LIBS handling by Jason Zaman <jason@perfinion.com> - f3fd1f110781cfb8cc941241a69eb41114787bfd Merge 4386d8c4b01020ba1c979258e5102ac1947d2574 into a05c7... by Jason Zaman <jasonzaman@gmail.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/21373 from perfinion:nsync 4386d8c4b01020ba1c979258e5102ac1947d2574 PiperOrigin-RevId: 209201545
* | | Convert TensorFlow's flatbuffers dependency to new third party import method.Gravatar Austin Anderson2018-08-16
| | | | | | | | | | | | PiperOrigin-RevId: 209056244
* | | Create new interface for specifying TensorFlow third party importsGravatar Austin Anderson2018-08-15
| | | | | | | | | | | | PiperOrigin-RevId: 208913262
| | * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-08-15
| | |\ | |_|/ |/| |
* | | Apply MKL-{ML,DNN}-only config settings to dependencies, not just code.Gravatar A. Unique TensorFlower2018-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, specifying --define=using_mkl_dnn_only=true would cause MKL-ML-dependent code to be #ifdef'd out, but dependencies on MKL-ML itself would still be present. This change makes all library dependencies on MKL properly select MKL-ML, MKL-DNN, or both, depending on the selected configuration. PiperOrigin-RevId: 208710102
* | | Merge pull request #20536 from rongjiecomputer:flagGravatar TensorFlower Gardener2018-08-13
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 208565050
* \ \ \ Merge pull request #21499 from nmoran:debian-cuda-configGravatar TensorFlower Gardener2018-08-13
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 208532594
* \ \ \ \ Merge pull request #20538 from rongjiecomputer:pngGravatar TensorFlower Gardener2018-08-13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208509699
| | | | | * Merge remote-tracking branch 'upstream/master'Gravatar Avijit2018-08-12
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Updated based on PR feedback.Gravatar Avijit2018-08-12
| | | | | |
| | | | * | Fix missing inclue file in kafka/BUILDGravatar Yong Tang2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| | | | * | Update Kafka to 0.11.5Gravatar Yong Tang2018-08-10
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | This fix updates librdkafka to 0.11.5. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | | | | Automated rollback of commit fe6b586e862bf7288e138d73f2e66cf8cef7eb26. ↵Gravatar Gunhan Gulsoy2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert #18293. PiperOrigin-RevId: 208084441
* | | | | PR #18293: [XLA/AOT] Build LLVM with Bazel on WindowsGravatar Patrick Nguyen2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I previously use hacky BUILD file to import prebuilt LLVM binaries from CMake to Bazel so that I can build `tfcompile` with Bazel on Windows, but since Tensorflow updates the LLVM revision used very frequently, this method is too troublesome. I am trying to make XLA/AOT to work out-of-the-box on Windows with Bazel, then convince Tensorflow team to create a presubmit so that no one can break XLA/AOT on Windows anymore. Summary: - Remove unused `llvm_host_triple`. - Rename `cmake_vars` to `posix_cmake_vars` and create a new `win32_cmake_vars` as Windows is sufficiently different from other platforms. - Create `LLVM_DEFINES`, `LLVM_COPTS` and `LLVM_LINKOPTS` in `llvm.bzl` to set global compile/link flags for LLVM. - Create macro `llvm_cc_library` that wrap around `cc_library` to ensure that all targets receive `LLVM_COPTS` consistently. Replace all `cc_library` with `llvm_cc_library`. - For `support` library, include `lib/Support/Windows/*` for Windows and `lib/Support/Unix/*` for others. If `llvm.BUILD` is not to be edited manually no matter what, can the script used to generate `llvm.BUILD` be open-sourced? #15213 /cc @tatatodd Imported from GitHub PR #18293 Copybara import of the project: - a5e7b841d79878b12e0d0103e5b1813384a80aa8 [XLA/AOT] Build LLVM with Bazel on Windows by Loo Rong Jie <loorongjie@gmail.com> - b3a20c7bbff95fd8ad9f44c653a3ecffc54de3b3 Add back LLVM_ENABLE_STATS by Loo Rong Jie <loorongjie@gmail.com> - 787d451b495180f5c882d09d76222c157102f0fc Merge b3a20c7bbff95fd8ad9f44c653a3ecffc54de3b3 into 6a1ff... by Loo Rong Jie <loorongjie@gmail.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/18293 from rongjiecomputer:llvm b3a20c7bbff95fd8ad9f44c653a3ecffc54de3b3 PiperOrigin-RevId: 208073601
* | | | | Merge pull request #20541 from rongjiecomputer:kafkaGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208070785
| | | * | | Update cuda and cudnn paths to for debianGravatar Niall Moran2018-08-09
| | | | | |
* | | | | | Fix bazel issue with jpeg lib on arm v7Gravatar Andrew Gibiansky2018-08-06
| |_|/ / / |/| | | |
| | | | * Merge remote-tracking branch 'upstream/master'Gravatar avijit-nervana2018-08-06
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #21011 from Intel-tensorflow:pr-upgrading-mkl-dnn-to-v0.15Gravatar TensorFlower Gardener2018-08-02
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207140591
* | | | | | Update downloadable clang to r338452Gravatar Ilya Biryukov2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207084736
* | | | | | Format .bzl files in clang_toolchainGravatar Ilya Biryukov2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207081431
| | | | | * Merge remote-tracking branch 'upstream/master' and changesGravatar avijit-nervana2018-07-31
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | based on PR review comments.
* | | | | | For llvm_support_platform_specific_srcs_glob use a select-of-globGravatar Sanjoy Das2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of glob-of-select. This was suggested in https://github.com/tensorflow/tensorflow/commit/add96c8632df9596a73bf637d6b7015e9c7beaad#r29707275 PiperOrigin-RevId: 206657397
* | | | | | Fix some whitespace and lint issues with llvm.bzl.Gravatar Sanjoy Das2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206651482
| * | | | | Upgrading to MKL-DNN v0.15Gravatar Mahmoud Abuzaina2018-07-27
|/ / / / /
* | | | | Bug fixes and 16 bit matmul added in CXX11/src/FixedPoint.Gravatar A. Unique TensorFlower2018-07-27
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206335619