aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Convert TensorFlow's aws dependency to new third party import method.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216265275
* Convert TensorFlow's nasm dependency to new third party import method.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216211467
* Remove commented out code errantly checked in.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215957544
* Convert TensorFlow's jpeg dependency to new third party import method.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215948571
* Switch NCCL to build from open source (version 2.3.5-5) by default.Gravatar A. Unique TensorFlower2018-10-05
| | | | | | | Note to users manually patching ptxas from a later toolkit version: Building NCCL requires the same version of ptxas and nvlink. PiperOrigin-RevId: 215911973
* Merge pull request #22519 from jayfurmanek:nccl2_configureGravatar TensorFlower Gardener2018-10-01
|\ | | | | | | PiperOrigin-RevId: 215310536
* | Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
| | | | | | | | PiperOrigin-RevId: 215291195
* | Remove workaround for symlinked headers.Gravatar A. Unique TensorFlower2018-09-29
| | | | | | | | PiperOrigin-RevId: 215083669
* | Do not pass in the bazel default toolchain via extra_toolchains.Gravatar A. Unique TensorFlower2018-09-28
| | | | | | | | | | | | | | | | | | Without this the default toolchain is used for a subset of the build and the tests do not actually run on GPUs. This uncovered a setup problem in the Docker image that needed fixing. PiperOrigin-RevId: 214987676
* | Fixed the broken unit testsGravatar avijit-nervana2018-09-27
| |
* | Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
| | | | | | | | | | | | based on standard ranges. PiperOrigin-RevId: 214796357
* | Merge pull request #20277 from ROCmSoftwarePlatform:upstream-stagingGravatar TensorFlower Gardener2018-09-27
|\ \ | | | | | | | | | PiperOrigin-RevId: 214793113
| | * Merge branch 'master' into nccl2_configureGravatar jayfurmanek2018-09-26
| | |\ | |_|/ |/| |
* | | Fixes for building with CUDA on ppc64le.Gravatar Gunhan Gulsoy2018-09-26
| | | | | | | | | | | | PiperOrigin-RevId: 214569615
* | | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | | | PiperOrigin-RevId: 214557082
| | * white space removalGravatar Jason Furmanek2018-09-26
| | |
| | * Find NCCL2 debians in Tensorflow configureGravatar Jason Furmanek2018-09-26
| |/ |/|
* | Merge pull request #22491 from NervanaSystems:ngraph-version-updateGravatar TensorFlower Gardener2018-09-25
|\ \ | | | | | | | | | PiperOrigin-RevId: 214504400
* | | - Upgrade flatbuffer schema and flatbuffer versions.Gravatar Shashi Shekhar2018-09-25
| | | | | | | | | | | | | | | | | | | | | | | | - Update the flatbuffer download URL to use a pinned version. - Had to provide a mirror url that doesn't exist, since it is required by the validation flow, the flatbuffer version will be added later. PiperOrigin-RevId: 214487576
| * | Removed the hdrs list as it's not neeedGravatar avijit-nervana2018-09-25
| | |
| * | Updated the nGraph version.Gravatar avijit-nervana2018-09-24
|/ /
* | systemlibs: unbundle gastGravatar Jason Zaman2018-09-22
| |
* | systemlibs: unbundle googleapisGravatar Jason Zaman2018-09-22
| | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | systemlibs: unbundle google_cloud_cppGravatar Jason Zaman2018-09-22
| | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | systemlibs: unbundle absl_py dependencyGravatar Jason Zaman2018-09-22
| | | | | | | | | | | | | | absl_py has rules in many dirs so this uses system_link_files to put files in the right place. Signed-off-by: Jason Zaman <jason@perfinion.com>
* | third_party/repo: add system_link_filesGravatar Jason Zaman2018-09-22
| | | | | | | | | | | | | | | | third_party_http_archive has a link_files attr, add a similar system_link_files attr that is only used when the system libraries are enabled. Also add it to tf_http_archive. Signed-off-by: Jason Zaman <jason@perfinion.com>
* | systemlibs: allow building with PREFIX other than /usrGravatar Jason Zaman2018-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some use-cases want to build packages in a different path than /usr. For example to have a set of packages independent from other system binaries. This change allows building with bazel build --define=PREFIX=/some/other/path to search that path instead. The default of /usr is set in bazelrc so that building with no options will work as before and setting PREFIX on the commandline or later in the bazelrc will override that setting if desired. PREFIX is not used by the bundled build so should not affect that at all. This also adds a few other standard Make variables that can be overridden independently if needed. Signed-off-by: Jason Zaman <jason@perfinion.com>
* | systemlibs: Unbundle BoringSSL dependencyGravatar Jason Zaman2018-09-22
| | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | systemlibs: Unbundle double_conversion libraryGravatar Jason Zaman2018-09-22
| | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | Fix cub include path so that TensorFlow compiles when used as a bazel ↵Gravatar A. Unique TensorFlower2018-09-20
| | | | | | | | | | | | dependency. PiperOrigin-RevId: 213942340
* | Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
| | | | | | | | | | | | | | | | | | | | Being able to run CPU tests remotely while running GPU tests locally required multiple changes: 1. Unify how we tag GPU tests in TF; we now always use tf_cuda_tests_tags(). 2. Tag tests using tf_cuda_tests_tags() with 'local' and 'gpu'; this makes them not run on non-gpu builds and always runs them locally. PiperOrigin-RevId: 213601626
* | Merge pull request #22160 from NervanaSystems:avijit/add-cpu-backendGravatar TensorFlower Gardener2018-09-18
|\ \ | | | | | | | | | PiperOrigin-RevId: 213546915
* \ \ Merge pull request #22061 from perfinion:install_headersGravatar TensorFlower Gardener2018-09-17
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 213343364
| | * \ Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-09-14
| | |\ \ | |_|/ / |/| | |
* | | | Use remote builds for the XLA GPU presubmit with gcc/nvcc.Gravatar A. Unique TensorFlower2018-09-13
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212776966
* | | | Add a preconf/ directory for preconfigured targets / toolchains.Gravatar A. Unique TensorFlower2018-09-12
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 212668653
* | | | Merge pull request #18293 from rongjiecomputer:llvmGravatar TensorFlower Gardener2018-09-11
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 212543062
* | | | | Automated rollback of commit 0065d3389a63a529469dc71e950c66da2ebdbc24Gravatar Andrew Selle2018-09-08
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 212119629
* | | | | Merge pull request #20537 from rongjiecomputer:jpegGravatar TensorFlower Gardener2018-09-07
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 212085036
| | | | * \ Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-09-07
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Fix LLVM remote builds.Gravatar A. Unique TensorFlower2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the build files for LLVM are not correctly listing all headers that are needed for compilation via dependencies, and bazel does not currently support include scanning. Until either of this changes, glob all files that are potentially included in the "config" target that everything depends on. PiperOrigin-RevId: 211842334
* | | | | | Fix nccl for remote builds.Gravatar A. Unique TensorFlower2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of symlinking the install dir, copy the two files we need. Symlinking a system dir like /usr is generally problematic as it can quickly lead to miscompiles for unrelated reasons. Furthermore, bazel will consider it an error if /usr is linked in and contains a recursive symlink in /usr/bin/X11 -> . PiperOrigin-RevId: 211842260
* | | | | | Fix cuda remote build setup.Gravatar A. Unique TensorFlower2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211842211
| * | | | | [Bazel/MSVC] Enable jpeg SIMD for MSVCGravatar Loo Rong Jie2018-09-06
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Add config/msvc.h when building nasm on Windows - Update Windows SIMD for libjpeg-turbo 2.0.0 - Add missing source files
| | | * | Updated with more unit testsGravatar avijit-nervana2018-09-05
| | | | |
| | | * | Merge branch 'master' into avijit/add-cpu-backendGravatar avijit-nervana2018-09-05
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * [ROCm] bazel build system and continuous integration logicGravatar Wen-Heng (Jack) Chung2018-09-05
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit contains following components to support TensorFlow on ROCm platform - bazel build system - continuous integration logic Authors: - Jack Chung: jack.chung@amd.com - Jeffrey Poznanovic: Jeffrey.Poznanovic@amd.com - Peng Sun: Peng.Sun@amd.com
* | | | Merge pull request #21993 from perfinion:jpegGravatar TensorFlower Gardener2018-09-05
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 211706322
| | | * | Add //tensorflow:install_headers targetGravatar Jason Zaman2018-09-05
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Used to prepare all the header files so they can easily be installed into /usr/include when packaging TF. Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | * Updated the unit test filesGravatar avijit-nervana2018-09-04
| | | |